Skip to content

Commit

Permalink
[docs] replace db_path with birthdays_path
Browse files Browse the repository at this point in the history
  • Loading branch information
shinenelson committed Nov 21, 2019
1 parent 5fa8750 commit b121b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The purpose of this bot is to send a message to your team's Slack when is someon
4. Make a copy of the `configurations.json.example` file naming it `configurations.json`. Update the configuration values according to your preferences
```
{
"db_path" : "birthdays.<ext>", # according to your preference
"birthdays_path" : "birthdays.<ext>", # according to your preference
# birthdays.yaml for YAML and birthdays.json for JSON
"mention" : <true | false>, # depends on your database configuration format
# if you're using real names, set this value to false
Expand Down

0 comments on commit b121b2f

Please sign in to comment.