From f25be49f1461d8132c5344bbef1bff8d1136e1e4 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 4 Aug 2019 17:32:18 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af9a74..63d70a5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Setup Let's assume you've gone through the basic [heroku setup steps](https://devcenter.heroku.com/articles/quickstart) and are ready to deploy an application. -The server is designed to run with a [Postgres](https://devcenter.heroku.com/articles/heroku-postgresql) database and the [ZeroPush](https://devcenter.heroku.com/articles/zeropush) notification service. To get it running for testing you'll need to install some ruby gems and customzie your local enviroment. +The server is designed to run with a [Postgres](https://devcenter.heroku.com/articles/heroku-postgresql) database and the [ZeroPush](https://devcenter.heroku.com/articles/zeropush) notification service. To get it running for testing you'll need to install some ruby gems and customzie your local environment. - `$ cp dotenv.sample .env` - `$ gem install bundler; bundle install`