commit | 8ebbbb9d68e8f78d2a88ea71f3c5586ccc88300b | [log] [tgz] |
---|---|---|
author | Matt Farina <matt@mattfarina.com> | Mon Sep 26 11:21:21 2016 -0400 |
committer | GitHub <noreply@github.com> | Mon Sep 26 11:21:21 2016 -0400 |
tree | 8133864aac7c03a2b0c14e760e0ba134ec5ff525 | |
parent | e15c80e265c1b18f869a03088e373f015a8159df [diff] | |
parent | 9904a32f46ba01239b46b0633890c161ddd55f9c [diff] |
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)