README.md in i18n-tasks-0.8.0 vs README.md in i18n-tasks-0.8.1

- old
+ new

@@ -17,16 +17,16 @@ ## Installation i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (default in Rails). -Add it to the Gemfile: +Add i18n-tasks to the Gemfile: ```ruby -gem 'i18n-tasks', '~> 0.8.0' +gem 'i18n-tasks', '~> 0.8.1' ``` -Copy default [configuration file](#configuration) (optional): +Copy the default [configuration file](#configuration): ```console $ cp $(i18n-tasks gem-path)/templates/config/i18n-tasks.yml config/ ```