summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFedir RYKHTIK <feodor.rykhtik@gmail.com>2018-10-14 20:32:45 +0200
committerGitHub <noreply@github.com>2018-10-14 20:32:45 +0200
commit624b6fcf0792c980f13ea54338c01b79a4c2c3b2 (patch)
treee211e39455e39dd47e9fa1bd18d50611bd97908b /README.md
parent4b6e77b4eb70928531a84448bef26fdc9de70307 (diff)
Typo addons
https://en.wikipedia.org/wiki/Add-on
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2632925..20dc93b 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ to run the Admin and API on separate processes, you must call them with the
### upgrade
-Will backup your own custom project code (like content, addons, uploads, etc) so
+Will backup your own custom project code (like content, add-ons, uploads, etc) so
we can safely re-clone Ponzu from the latest version you have or from the network
if necessary. Before running `$ ponzu upgrade`, you should update the `ponzu`
package by running `$ go get -u github.com/ponzu-cms/ponzu/...`
@@ -213,7 +213,7 @@ $ ponzu upgrade
### add, a
-Downloads an addon to GOPATH/src and copys it to the Ponzu project's ./addons directory.
+Downloads an add-on to GOPATH/src and copys it to the Ponzu project's ./addons directory.
Must be called from within a Ponzu project directory.
Example: