Documentation: English grammar in readme

This commit is contained in:
Jared Beck 2015-01-08 15:02:31 -05:00
parent deeefa1b1a
commit cbb091dfbd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ rubyzip is a ruby library for reading and writing zip files.
Rubyzip interface changed!!! No need to do `require "zip/zip"` and `Zip` prefix in class names removed. Rubyzip interface changed!!! No need to do `require "zip/zip"` and `Zip` prefix in class names removed.
If you have issues with any third-party gems what required old version of rubyzip you can use next workaround: If you have issues with any third-party gems that require an old version of rubyzip, you can use this workaround:
```ruby ```ruby
gem 'rubyzip', '>= 1.0.0' # will load new rubyzip version gem 'rubyzip', '>= 1.0.0' # will load new rubyzip version