README.md in curly_bracket_parser-0.9.0 vs README.md in curly_bracket_parser-0.9.1

- old
+ new

@@ -1,21 +1,21 @@ # curly_bracket_parser -Ruby gem with simple parser to replace curly brackets `{{like_this}}` inside strings like URLs, texts or even files easily. +Ruby gem providing a simple parser to replace curly brackets `{{like_this}}` inside strings like URLs, texts or even files easily. Additional support for build-in filters and custom filters make them more powerful. `{{example|my_filter}}` -Using [LuckyCase](https://github.com/magynhard/lucky_case), all its case formats are supported as filter. +Using [LuckyCase](https://github.com/magynhard/lucky_case), all its case formats are supported as filter by default. # Contents * [Installation](#installation) -* [Usage](#usage) +* [Usage examples](#usage) * [Documentation](#documentation) * [Contributing](#contributing) @@ -89,10 +89,10 @@ ### Default variables You can define default variables, which will be replaced automatically without passing them by parameters, but can be overwritten with parameters. -Because of providing blocks, your variables can dynamically depend on other states. +Because of providing blocks, your variables can dynamically depend on other states (e.g. current date). ```ruby CurlyBracketParser.register_default_var('version') do '1.0.2' end