From: Mark Otto Date: Wed, 18 Dec 2013 22:38:10 +0000 (-0800) Subject: drop the the, it's cleaner X-Git-Tag: v3.1.0~141^2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11928%2Fhead;p=thirdparty%2Fbootstrap.git drop the the, it's cleaner --- diff --git a/README.md b/README.md index 18e8afea55..f808f08d3e 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,8 @@ Releases will be numbered with the following format: And constructed with the following guidelines: -- Breaking backwards compatibility **bumps the major** while resetting minor and patch -- New additions without breaking backwards compatibility **bumps the minor** while resetting the patch +- Breaking backward compatibility **bumps the major** while resetting minor and patch +- New additions without breaking backward compatibility **bumps the minor** while resetting the patch - Bug fixes and misc changes **bumps only the patch** For more information on SemVer, please visit .