Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit f785ed9

Browse files
authored
Merge pull request #55 from tklauser/patch-1
README.md: Fix paths after doc->docs move
2 parents 13b66d3 + 2290129 commit f785ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Installation
3434

3535
3. Configure rtmbot (https://api.slack.com/bot-users)
3636

37-
cp doc/example-config/rtmbot.conf .
37+
cp docs/example-config/rtmbot.conf .
3838
vi rtmbot.conf
3939
SLACK_TOKEN: "xoxb-11111111111-222222222222222"
4040

@@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
4848
To install the example 'repeat' plugin
4949

5050
mkdir plugins/repeat
51-
cp doc/example-plugins/repeat.py plugins/repeat/
51+
cp docs/example-plugins/repeat.py plugins/repeat/
5252

5353
The repeat plugin will now be loaded by the bot on startup.
5454

0 commit comments

Comments
 (0)