From 2cf9aab133d57e5fecc0a477de0950eb630389ff Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 20 Aug 2016 10:04:00 +0200 Subject: [PATCH] default for server field --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d92b01c..fbc3c3f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A Golang build system with file watchers and live reload. Run, build and watch f ``` --name="Project Name" -> Name, if not specified sect "Sample App" --main="test.go" -> Main file, if not specified sect "main.go" - --base="server" -> Base Path, if not specified sect "main.go" + --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"