Don't use future tense

As per style-guide, future tense is not necessary.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
Mazz Mosley 2015-07-01 18:06:09 +01:00
parent 9549bd0539
commit f0dd63d5bc
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
## Building binaries
`script/build-linux` will build the Linux binary inside a Docker container:
`script/build-linux` builds the Linux binary inside a Docker container:
$ script/build-linux
`script/build-osx` will build the Mac OS X binary inside a virtualenv:
`script/build-osx` builds the Mac OS X binary inside a virtualenv:
$ script/build-osx