]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed simple grammatical errors. http://grammar.quickanddirtytips.com/backward-versus... 1549/head
authorTannerNMO <tanner@newmediaone.net>
Wed, 1 Feb 2012 21:14:49 +0000 (14:14 -0700)
committerTannerNMO <tanner@newmediaone.net>
Wed, 1 Feb 2012 21:14:49 +0000 (14:14 -0700)
README.md

index 7dc9038a8c64b80a437e9c2168da594d1adb5d16..b0f35480da0aa2bfa6e3c12e29edfda93222b386 100644 (file)
--- 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/.