diff --git a/README.md b/README.md index a30c837e..adef14ba 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ PUSH and PULL away! ### What's next? 1. Using Heroku? Make sure you deactivate your virtualenv once you're done deploying: `deactivate` -2. Need to reactivate? (1) Unix - `source venv/bin/activate` (2) Windows - `venv\scripts\activate` +2. Need to reactivate? (1) Unix - `source venv/bin/activate` (2) Windows - `venv\Scripts\activate` 4. Add your Google Analytics ID to the *main.html* file 5. Add a domain name to [Heroku](https://devcenter.heroku.com/articles/custom-domains) or PythonAnywhere via a [CNAME](http://en.wikipedia.org/wiki/CNAME_record) record 5. DEVELOP YOUR APP - need [help](http://realpython.com)?