Skip to content

Commit

Permalink
Remove unnecessary backtick from CLI example (#222)
Browse files Browse the repository at this point in the history
Remove unnecessary backtick from CLI example

If you copy and paste this command directly it fails.
  • Loading branch information
lucperkins authored and nilslice committed Jan 21, 2018
1 parent 8bd7bfc commit 1d1ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/Quickstart/Overview.md
Expand Up @@ -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:
Expand Down

0 comments on commit 1d1ef47

Please sign in to comment.