From fca8f6954bf4581ec8054cfc1cc2db233139a757 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 27 Mar 2013 16:05:58 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 100b929..0f093bc 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ An up to date [intro is found on my blog](http://kvz.io/blog/2013/02/26/introduc ## Contributing -Feel free to fork this project. We will happily merge bug fixes or other +Feel free to fork this project. I'll happily merge bug fixes or other improvements. ## Versioning -BASH3 Boilerplate implements the Semantic Versioning guidelines. +This project implements the Semantic Versioning guidelines. Releases will be numbered with the following format: @@ -31,4 +31,4 @@ And constructed with the following guidelines: * New additions without breaking backward compatibility bumps the minor (and resets the patch) * Bug fixes and misc changes bumps the patch -For more information on SemVer, please visit http://semver.org/. +For more information on SemVer, please visit [http://semver.org/]().