README.md: Fix paths after doc->docs move

Adjust doc paths in README.md after the doc->docs move in 3cd9b9a8
This commit is contained in:
Tobias Klauser 2016-07-15 17:59:13 +02:00 committed by GitHub
parent 13b66d38f5
commit 22901290ce

View file

@ -34,7 +34,7 @@ Installation
3. Configure rtmbot (https://api.slack.com/bot-users)
cp doc/example-config/rtmbot.conf .
cp docs/example-config/rtmbot.conf .
vi rtmbot.conf
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
To install the example 'repeat' plugin
mkdir plugins/repeat
cp doc/example-plugins/repeat.py plugins/repeat/
cp docs/example-plugins/repeat.py plugins/repeat/
The repeat plugin will now be loaded by the bot on startup.