Skip to content

Commit

Permalink
More grammatical fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Mar 20, 2015
1 parent 259f0aa commit 483e138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Contributing to the source code
---------------

InfluxDB follows standard Go project structure. This means that all
your go development are done in $GOPATH/src. GOPATH can be any
directory under which InfluxDB and all it's dependencies will be
your go development are done in `$GOPATH/src`. GOPATH can be any
directory under which InfluxDB and all its dependencies will be
cloned. For more details on recommended go project's structure, see
[How to Write Go Code](http://golang.org/doc/code.html) and
[Go: Best Practices for Production Environments](http://peter.bourgon.org/go-in-production/), or you can just follow
Expand All @@ -65,7 +65,7 @@ Signing the CLA

If you are going to be contributing back to InfluxDB please take a
second to sign our CLA, which can be found
[on our website](http://influxdb.com/community/cla.html)
[on our website](http://influxdb.com/community/cla.html).

Installing go
-------------
Expand Down Expand Up @@ -152,7 +152,7 @@ To set the version and commit flags during the build pass the following to the b
-ldflags="-X main.version $VERSION -X main.commit $COMMIT"
```

where $VERSION is the version, and $COMMIT is the git commit hash.
where `$VERSION` is the version, and `$COMMIT` is the git commit hash.

To run the tests, execute the following command:

Expand Down

0 comments on commit 483e138

Please sign in to comment.