Skip to content

Commit

Permalink
fix deprecated install & config command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Tanay committed Feb 26, 2016
1 parent 1810e02 commit a1ac22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Have an idea ? Open an [issue](https://github.com/Djiit/err-meetup/issues) or se
As admin of an err chatbot, send the following command over XMPP:

```
!install git://github.com/Djiit/err-wikipedia.git
!repos install git://github.com/Djiit/err-wikipedia.git
```

### Commands
Expand All @@ -31,5 +31,5 @@ Use `!help Wikipedia` to see the available commands and their explanation.
Send configuration commands through chat message to this plugins as in :

```
!config Wikipedia {'LANGUAGE': 'fr', 'SUMMARY_MAX_LENGTH': 255}
!plugin config Wikipedia {'LANGUAGE': 'fr', 'SUMMARY_MAX_LENGTH': 255}
```

0 comments on commit a1ac22d

Please sign in to comment.