diff --git a/README.md b/README.md index 9a281a5..e8beb53 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Lita.configure do |config| config.robot.adapter = :tox - config.savedata_filename = 'savedata' - config.status = "Send me \"#{config.robot.name}: help\"" + config.adapters.tox.savedata_filename = 'savedata' + config.adapters.tox.status = "Send me \"#{config.robot.name}: help\"" end ```