summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d555aab..1da9073 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,6 @@ type Review struct {
Title string `json:"title"`
Body string `json:"body"`
Rating int `json:"rating"`
- Tags []string `json:"tags"`
}
```