Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTJ Rana <tjrana0@yahoo.com>2012-03-20 09:02:00 +0400
committerMark Otto <markotto@twitter.com>2012-03-23 10:31:52 +0400
commit7376eef378fe7d5e69b8b8cce93c7c64b751d55a (patch)
tree7e2fd31da19fb80645fa6ec267f47301d9d4880c /README.md
parent303ba1326bbe367598ab4cc063b4607507208e56 (diff)
Add s to bumps on line 30
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f05dae7bcd..af0403001a 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets patch)
-* Bug fixes and misc changes bump the patch
+* Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.