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

View file

@ -56,7 +56,9 @@ gem 'lita-tox', '~> 0.1.0'
### Configuration ### 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 #### Example
@ -68,5 +70,7 @@ Lita.configure do |config|
config.robot.mention_name = 'lita' config.robot.mention_name = 'lita'
config.robot.adapter = :tox config.robot.adapter = :tox
config.savedata_filename = 'savedata'
end end
``` ```