From 0441f1b9f744a7192cd815baf4f8861c00318ebf Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Thu, 11 Dec 2014 22:19:46 +1100 Subject: [PATCH] README tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4789c..6b3aebd 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ MyBot.new("abby_ebooks") do |bot| end ``` -'ebooks start' will run all defined bots in their own threads. The easiest way to run bots in a semi-permanent fashion is with [Heroku](https://www.heroku.com); just make an app, push the bot repository to it, enable a worker process in the web interface and it ought to chug along merrily forever. +`ebooks start` will run all defined bots in their own threads. The easiest way to run bots in a semi-permanent fashion is with [Heroku](https://www.heroku.com); just make an app, push the bot repository to it, enable a worker process in the web interface and it ought to chug along merrily forever. The underlying streaming and REST clients from the [twitter gem](https://github.com/sferik/twitter) can be accessed at `bot.stream` and `bot.twitter` respectively.