toxon
/
lita-tox
Archived
1
0
Fork 0

Add attribute "savedata_filename" to README

This commit is contained in:
Braiden Vasco 2015-09-13 23:41:54 +00:00
parent 644f4048bf
commit e70bc6ad9b
1 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,9 @@ gem 'lita-tox', '~> 0.1.0'
### Configuration
No configuration is needed. You only have to specify adapter as `:tox`
#### Optional attributes
- `savedata_filename` - Path to file where Tox state will be stored (if provided)
#### Example
@ -68,5 +70,7 @@ Lita.configure do |config|
config.robot.mention_name = 'lita'
config.robot.adapter = :tox
config.savedata_filename = 'savedata'
end
```