Skip to content

Commit

Permalink
Merge pull request #285 from fedir/patch-1
Browse files Browse the repository at this point in the history
Typo: addons => add-ons
  • Loading branch information
nilslice committed Nov 11, 2018
2 parents a57419f + 2381a6a commit 222b13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -199,7 +199,7 @@ to run the Admin and API on separate processes, you must call them with the


### upgrade ### 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 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` if necessary. Before running `$ ponzu upgrade`, you should update the `ponzu`
package by running `$ go get -u github.com/ponzu-cms/ponzu/...` package by running `$ go get -u github.com/ponzu-cms/ponzu/...`
Expand All @@ -213,7 +213,7 @@ $ ponzu upgrade


### add, a ### 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. Must be called from within a Ponzu project directory.


Example: Example:
Expand Down

0 comments on commit 222b13a

Please sign in to comment.