Skip to content

Commit

Permalink
Merge pull request thelovekesh#115 from stack-exchange/main
Browse files Browse the repository at this point in the history
Fix sentence termination
  • Loading branch information
thelovekesh authored Oct 16, 2022
2 parents 5bc8f00 + 1f7c695 commit cb84b90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ If the above button does not work for you, disable anything that might be blocki

After deployment,

- First, visit Ghost at `https://YOURAPPNAME.herokuapp.com/ghost` to set up your admin account
- The app may take a few minutes to come to life
- Your blog will be publicly accessible at `https://YOURAPPNAME.herokuapp.com`
- If you subsequently set up a [custom domain](https://devcenter.heroku.com/articles/custom-domains) for your blog, you’ll need to update your Ghost blog’s `APP_PUBLIC_URL` environment variable accordingly
- First, visit Ghost at `https://YOURAPPNAME.herokuapp.com/ghost` to set up your admin account.
- The app may take a few minutes to come to life.
- Your blog will be publicly accessible at `https://YOURAPPNAME.herokuapp.com`.
- If you subsequently set up a [custom domain](https://devcenter.heroku.com/articles/custom-domains) for your blog, you’ll need to update your Ghost blog’s `APP_PUBLIC_URL` environment variable accordingly.
- If you create a lot of content or decide to scale-up the dynos to support more traffic, a more substantial, paid database plan will be required.

### Configuring S3 file uploads
Expand Down

0 comments on commit cb84b90

Please sign in to comment.