From ababd752526d94c408361ffa13fda2893c0fd691 Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 20 Aug 2016 13:14:01 +0200 Subject: [PATCH] lessical fix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09128ec..1acdc17 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ A Golang build system with file watchers, output streams and live reload. Run, b You can even pass custom parameters for your project. This is a list of the supported fields: ``` - --name="Project Name" -> Name, if not specified sect "Sample App" - --base="server" -> Base Path, if not specified sect "/" - --build="true" -> Go build, if not specified sect "false" - --bin="false" -> Base Path, if not specified sect "true" - --run="false" -> Base Path, if not specified sect "true" + --name="Project Name" -> Name, if not specified takes "Sample App" + --base="server" -> Base Path, if not specified takes "/" + --build="true" -> Go build, if not specified takes "false" + --bin="false" -> Base Path, if not specified takes "true" + --run="false" -> Base Path, if not specified takes "true" ``` ```