diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-05-09 12:16:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 12:16:36 -0600 |
commit | 1c1a87c57b6407a41b30e0eb9416f03f4b118aac (patch) | |
tree | d0ce6a43ae1227c51d856dad381106c0f84b7bcf /docs | |
parent | dab54818334b4bccecbe3c322b0d21bf364d165a (diff) |
merge contributions (#246)
* expanded help to mention need to import addon (#243)
* Remove unused extra backtick (#239)
* remove import for golang.org/net/x/http2, co-locate error message
* update CI code to run --dev if on ponzu-dev branch
* CI: ensure we have latest from ponzu-dev branch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/Quickstart/Overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/Quickstart/Overview.md b/docs/src/Quickstart/Overview.md index 6c4bec5..329a0f7 100644 --- a/docs/src/Quickstart/Overview.md +++ b/docs/src/Quickstart/Overview.md @@ -18,7 +18,7 @@ $ cd $GOPATH/src/github.com/nilslice/reviews 5) Generate content type file and boilerplate code (creates `content/review.go`): ```bash -$ ponzu generate content review title:"string" author:"string" rating:"float64" body:"string":richtext website_url:"string" items:"[]string" photo:string:file` +$ ponzu generate content review title:"string" author:"string" rating:"float64" body:"string":richtext website_url:"string" items:"[]string" photo:string:file ``` 6) Build your project: |