aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-01 22:37:42 -0800
committerJacob Thornton <[email protected]>2012-02-01 22:37:42 -0800
commit98d1659ef836cb879ce7d6260351ff35e96ebd25 (patch)
treeada2ffca83fef00ac4bf7d0d9f46655ceca96744
parente26da36b9afa513c605731b2111d44b9c05a65c9 (diff)
parent11319f6da9f9a19ec40743cdfe868ac732698149 (diff)
downloadbootstrap-98d1659ef836cb879ce7d6260351ff35e96ebd25.tar.xz
bootstrap-98d1659ef836cb879ce7d6260351ff35e96ebd25.zip
Merge pull request #1549 from TannerNMO/patch-1
Fixed simple grammatical errors.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7dc9038a8..b0f35480d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To get started -- checkout http://twitter.github.com/bootstrap!
Versioning
----------
-For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
+For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the follow format:
@@ -17,8 +17,8 @@ Releases will be numbered with the follow format:
And constructed with the following guidelines:
-* Breaking backwards compatibility bumps the major
-* New additions without breaking backwards compatibility bumps the minor
+* Breaking backward compatibility bumps the major
+* New additions without breaking backward compatibility bumps the minor
* Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.