Skip to content

Commit

Permalink
Small text adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Apr 19, 2020
1 parent 81ec76a commit 76e34dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Get started.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Ensure that you're using the correct CORS headers by setting [`ACKEE_ALLOW_ORIGI

### 3. Updating Ackee

The easiest way to update Ackee once hosted on Heroku is to clone the repo down, pull the latest changes from Ackee, and then push them back up to Heroku. You'll need the Heroku CLI and git for this to work.
The easiest way to update Ackee once hosted on Heroku is to clone the repo down, pull the latest changes from Ackee, and then push them back up to Heroku. You'll need the Heroku CLI and Git for this to work.

In your application view, you'll find instructions under the `Deploy` tab on how to clone down the project. It should look something like below:

Expand All @@ -173,4 +173,4 @@ git pull origin master
git push origin heroku master
```

After your application re-deploys you'll have the latest Ackee!
After your application re-deploys you'll have the latest version of Ackee!

0 comments on commit 76e34dc

Please sign in to comment.