README.md in talkie-0.1.1 vs README.md in talkie-0.2.0

- old
+ new

@@ -87,9 +87,10 @@ | Name | Description | | ------------------------------------------------------------ | :----------------------------------------------------------- | | **nested** | Whether users are able to reply to comments or not. *Default: false* | | **display_user_avatar** | Whether the helper should render an avatar. *Default: true* | | **display_user_handler** | Whether the helper should render the user handler. *Default: false* | +| **deletable** | Whether the helper should render the delete link. *Default: false* | Don't worry about those nasty N+1 queries, Talkie is smart enough to take care of them. You don't need to restart the server for chanes on this invokation. There is another way to customize Talkie, and that is at the `initializer` provided by the install generator, you can check that [here](lib/generators/talkie/templates/talkie.rb)