From 5af38b7ce5b2a5c200ee528e0cb2fdbd3ca81840 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 20 Jun 2017 18:05:50 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058fd84..5e7c9fc 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ $ git add -A $ git commit -m 'edited files, added features, etc' # now you need to test the feature.. make a new ponzu project, but pass --dev flag -$ ponzu --dev new /path/to/new/project # will create $GOPATH/src/path/to/new/project +$ ponzu new --dev /path/to/new/project # will create $GOPATH/src/path/to/new/project # build & run ponzu from the new project directory $ cd /path/to/new/project -- cgit v1.2.3