From eba4ea2a98bb5b07da1e7a394fb317dd9c18957b Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 09:18:24 +0200 Subject: [PATCH] wd name for name and base path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8856c08..cda2eb7 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ 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 takes "Sample App" - --base="server" -> Base Path, if not specified takes "/" + --name="Project Name" -> Name, if not specified takes the working directory name + --base="server" -> Base Path, if not specified takes the working directory name --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"