summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-12-12 13:30:12 -0700
committerGitHub <noreply@github.com>2017-12-12 13:30:12 -0700
commit1124d6ae8bc11367a1b483f0dc64a0d2b8e11847 (patch)
tree6f64abf4a74e589a347a80f2b78c70b7a0003152 /docs
parente43cda203b2b3eadab6bea1891e83fe232555fb5 (diff)
docs fix (#209)
* upgrade from ponzu-dev or fork (#198) * docs and readme updated to remove an excessive struct field (#106) (#208)
Diffstat (limited to 'docs')
-rw-r--r--docs/src/CLI/General-Usage.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/CLI/General-Usage.md b/docs/src/CLI/General-Usage.md
index 993ff18..2928a53 100644
--- a/docs/src/CLI/General-Usage.md
+++ b/docs/src/CLI/General-Usage.md
@@ -46,7 +46,6 @@ type Review struct {
Title string `json:"title"`
Body string `json:"body"`
Rating int `json:"rating"`
- Tags []string `json:"tags"`
}
```