README.md in i18n-tasks-0.2.20 vs README.md in i18n-tasks-0.2.21

- old
+ new

@@ -8,11 +8,11 @@ ## Installation Simply add to Gemfile: ```ruby -gem 'i18n-tasks', '~> 0.2.20' +gem 'i18n-tasks', '~> 0.2.21' ``` If not using Rails, require the tasks in Rakefile: ```ruby @@ -142,9 +142,13 @@ Inspect all the usages with: ```bash rake i18n:usages +# Filter by a key pattern +rake i18n:usages[auth.*] +# Because commas are not allowed inside rake arguments, + is used here instead +rake i18n:usages['{number+currency}.format.*'] ``` ![i18n-screenshot](https://raw.github.com/glebm/i18n-tasks/master/doc/img/i18n-usages.png "rake i18n:usages output screenshot")