From 624b6fcf0792c980f13ea54338c01b79a4c2c3b2 Mon Sep 17 00:00:00 2001 From: Fedir RYKHTIK Date: Sun, 14 Oct 2018 20:32:45 +0200 Subject: [PATCH] Typo addons https://en.wikipedia.org/wiki/Add-on --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26329255..20dc93b6 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: