README.md in i18n-coverage-0.1.0 vs README.md in i18n-coverage-0.1.1

- old
+ new

@@ -17,10 +17,10 @@ First, you need to ensure that the gem is correctly loaded when running the tests. When using rspec for example: ```ruby # file spec_helper.rb -require 'i18n-coverage' +require 'i18n/coverage' ``` You also need to output/read the results of the coverage. This should be done once all the tests have been executed. Once again, an example with rspec: ```ruby