summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--docs/src/CLI/General-Usage.md1
2 files changed, 0 insertions, 2 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"`
}
```
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"`
}
```