From 8db2a88623b57ea0c9e5ec7cbe17bce9f4f6ffab Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 19 Dec 2016 23:11:29 -0800 Subject: fixing typo in readme and usage --- cmd/ponzu/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index 13c4edd..1e037a1 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -53,7 +53,7 @@ help, h (command): var usageNew = ` new : - Creates a 'ponzu' directorty, or one by the name supplied as a parameter + Creates a 'ponzu' directory, or one by the name supplied as a parameter immediately following the 'new' option in the $GOPATH/src directory. Note: 'new' depends on the program 'git' and possibly a network connection. If there is no local repository to clone from at the local machine's $GOPATH, @@ -136,7 +136,7 @@ var usageRun = ` Note: Admin and API cannot run on separate processes unless you use a copy of the - database, since the first process to open it recieves a lock. If you intend + database, since the first process to open it receives a lock. If you intend to run the Admin and API on separate processes, you must call them with the 'ponzu' command independently. -- cgit v1.2.3