Update name in README

This commit is contained in:
Basti 2015-04-26 23:57:57 +02:00
parent fec305f4b0
commit 9db8cfb655

View File

@ -1,6 +1,6 @@
# hal9000
# hal8000
hal9000 is a chat bot built on the [Hubot][hubot] framework. It was
hal8000 is a chat bot built on the [Hubot][hubot] framework. It was
initially generated by [generator-hubot][generator-hubot], and configured to be
deployed on [Heroku][heroku] to get you up and running as quick as possible.
@ -12,26 +12,26 @@ has, etc!
[hubot]: http://hubot.github.com
[generator-hubot]: https://github.com/github/generator-hubot
### Running hal9000 Locally
### Running hal8000 Locally
You can test your hubot by running the following, however some plugins will not
behave as expected unless the [environment variables](#configuration) they rely
upon have been set.
You can start hal9000 locally by running:
You can start hal8000 locally by running:
% bin/hubot
You'll see some start up output and a prompt:
[Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379
hal9000>
hal8000>
Then you can interact with hal9000 by typing `hal9000 help`.
Then you can interact with hal8000 by typing `hal8000 help`.
hal9000> hal9000 help
hal9000 animate me <query> - The same thing as `image me`, except adds [snip]
hal9000 help - Displays all of the help commands that hal9000 knows about.
hal8000> hal8000 help
hal8000 animate me <query> - The same thing as `image me`, except adds [snip]
hal8000 help - Displays all of the help commands that hal8000 knows about.
...
### Configuration