README.md in secondbase-2.0.0 vs README.md in secondbase-2.1.0
- old
+ new
@@ -32,10 +32,10 @@
database: myapp_test
```
#### Database Tasks
-SecondBase aims to work seamlessly within your Rails application. When it makes sense, we run a mirrored `db:second_base` task for matching ActiveRecord base database task. For example:
+SecondBase aims to work seamlessly within your Rails application. When it makes sense, we run a mirrored `db:second_base` task for matching ActiveRecord base database task. These can all be deactivated by setting `config.second_base.run_with_db_tasks = false` in your Application's configuration. For example:
```shell
$ rake db:create
```