diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-02 12:31:22 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-02 12:31:22 -0800 |
commit | aff85d798e7d03ea9f29b219d3ce3ab85d03ec8c (patch) | |
tree | 53f08865045ec3617c5b7d33d602f0368ebea640 /README.md | |
parent | d8843906a9706d9ee1cfa72b1c3af73d3989e119 (diff) |
fixing typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |