README.md in rumble-0.1 vs README.md in rumble-0.2

- old
+ new

@@ -29,9 +29,23 @@ ```bash $ rumble --help ``` +Simple liquid letter looks like this: + +``` +{{ first }}, + +How are you? + +Best, +Yegor +``` + +The list of emails must contain three columns separated by a comma: first +name, last name, and email. + ## How to contribute? Just submit a pull request. Make sure `rake` passes. ## License