From 611f17a4a5c00f17e850f19a115db61ee3fb6f90 Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 27 Aug 2016 17:13:38 +0200 Subject: [PATCH] config example improved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570cde1..69c16d5 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ A Go build system with file watchers, output streams and live reload. Run, build app_bin: true -> enable/disable go install app_build: false -> enable/disable go build app_fmt: true -> enable/disable go fmt - app_params: + app_params: -> the project will be launched with these parameters - --flag1 - param1 app_watcher: