README.md in i18n-tasks-0.7.9 vs README.md in i18n-tasks-0.7.10

- old
+ new

@@ -15,15 +15,15 @@ * Missing keys only blow up at runtime. * Keys no longer in use may accumulate and introduce overhead, without you knowing it. ## Installation -i18n-tasks can be used with any project using [i18n][i18n-gem] (default in Rails), or similar, even if it isn't ruby. +i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (default in Rails). Add it to the Gemfile: ```ruby -gem 'i18n-tasks', '~> 0.7.9' +gem 'i18n-tasks', '~> 0.7.10' ``` Copy default [configuration file](#configuration) (optional): ```console