README.md in curly_bracket_parser-1.0.0 vs README.md in curly_bracket_parser-1.0.4

- old
+ new

@@ -1,7 +1,10 @@ # curly_bracket_parser +![Gem](https://img.shields.io/gem/v/curly_bracket_parser?color=default&style=plastic&logo=ruby&logoColor=red) +![Gem](https://img.shields.io/gem/dt/curly_bracket_parser?color=blue&style=plastic) +[![License: MIT](https://img.shields.io/badge/License-MIT-gold.svg?style=plastic&logo=mit)](LICENSE) -Ruby gem providing a 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 by default.