From c326792e9b1d05fa80254f1f12d84866e19259f7 Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Wed, 14 Aug 2013 07:14:49 -0400 Subject: [PATCH] dropped extra 'the' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03fbaa7..5fb78fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a basic Python port of [@harrisj's](https://twitter.com/harrisj) [iron_e 6. In `local_settings.py`, be sure to add the handle of the Twitter user you want your _ebooks account to be based on. To make your tweets go live, change the `DEBUG` variable to `False`. 7. Create an account at Heroku, if you don't already have one. [Install the Heroku toolbelt](https://devcenter.heroku.com/articles/quickstart#step-2-install-the-heroku-toolbelt) and set your Heroku login on the command line. 8. Type the command `heroku create` to generate the _ebooks Python app on the platform that you can schedule. -9. The only Python requirement for this script is the [python-twitter](https://github.com/bear/python-twitter), the `pip install` of which is handled by Heroku automatically. +9. The only Python requirement for this script is [python-twitter](https://github.com/bear/python-twitter), the `pip install` of which is handled by Heroku automatically. 9. `git commit -am 'updated the local_settings.py'` 10. `git push heroku master` 11. Test your upload by typing `heroku run worker`. You should either get a response that says "3, no, sorry, not this time" or a message with the body of your post. If you get the latter, check your _ebooks Twitter account to see if it worked.