From f0dd63d5bc4f6a359426481c960896798c16332c Mon Sep 17 00:00:00 2001 From: Mazz Mosley Date: Wed, 1 Jul 2015 18:06:09 +0100 Subject: [PATCH] Don't use future tense As per style-guide, future tense is not necessary. Signed-off-by: Mazz Mosley --- RELEASE_PROCESS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 91a0d7730..86522faaf 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -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