From aff85d798e7d03ea9f29b219d3ce3ab85d03ec8c Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 2 Jan 2017 12:31:22 -0800 Subject: fixing typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 265e55b..6df4cde 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ ponzu gen review title:"string" body:"string" rating:"int" tags:"[]string" struct type ``` -The command above will generate a file `content/review.go` with boilerplate +The command above will generate the file `content/review.go` with boilerplate methods, as well as struct definition, and cooresponding field tags like: ```go @@ -95,7 +95,7 @@ the necessary files from your workspace into the vendored directory, and will build/compile the project to then be run. Optional flags: -- `--gocmd` sets the binary used when executing `go build` witin `ponzu` build step +- `--gocmd` sets the binary used when executing `go build` within `ponzu` build step Example: ```bash -- cgit v1.2.3