adapt docs

This commit is contained in:
gcarq
2018-06-07 05:47:14 +02:00
parent 00b646158c
commit f6ef466876
2 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ you run it in production mode.
### To switch your bot in production mode:
1. Edit your `config.json` file
2. Switch dry-run to false
2. Switch dry-run to false and don't forget to adapt your database URL if set
```json
"dry_run": false,
```