summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2018-11-11 12:21:27 -0700
committerGitHub <noreply@github.com>2018-11-11 12:21:27 -0700
commit222b13ae9181160e610fa7afa738f1900e6fa374 (patch)
treec0f5c3043210bb9cdc50b099ee4b96481d7a7dd7
parenta57419fa0665fdc6b10d1d0063dc67287f2757af (diff)
parent2381a6aeb18f5cd0f94bc2e39ff02f522dc0d56b (diff)
Merge pull request #285 from fedir/patch-1
Typo: addons => add-ons
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0613aa2..5a10f80 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: