Merge pull request #618 from fgrosse/master

Fix bad release number in the CHANGELOG.md
diff --git a/README.md b/README.md
index ee5eae4..e6da8a8 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@
 will install the versions listed in the `glide.lock` file, skipping scanning,
 unless the `glide.lock` file is not found in which case it will perform an update.
 
-A projects is structured like this:
+A project is structured like this:
 
 ```
 - $GOPATH/src/myProject (Your project)