README.md in nutrella-1.5.3 vs README.md in nutrella-1.5.4

- old
+ new

@@ -55,10 +55,12 @@ # Optional Configuration organization: 542d76ac2fad4697c3e80448 launch_command: open $url$ enable_trello_app: false + enable_logging: true + cache_capacity: 5 ``` **Step 6**: Adjust configuration file (Optional) Adjust the `launch_command` configuration to fit your needs. @@ -77,9 +79,15 @@ Adjust the `enable_logging` configuration to start logging diagnostics: ```yaml enable_logging: true +``` + +Adjust the `cache_capacity` configuration to increase the capacity of the cache (see `~/.nutrella.cache.yml`): + +```yaml + cache_capacity: 15 ``` ## Usage