[README] Small changes to the README

This commit is contained in:
kellydunn 2012-03-12 16:39:30 -07:00
parent 7830a83b52
commit 84fc261fb2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Zip.options[:on_exists_proc] = true
If you're using rubyzip with rails, consider placing this snippet of code in an initializer file such as `config/initializers/rubyzip.rb`
Additionally, if you want to configure rubyzip to overwrite pre-existing files while creating a .zip file, you can do so with the following:
Additionally, if you want to configure rubyzip to overwrite existing files while creating a .zip file, you can do so with the following:
```
Zip.options[:continue_on_exists_proc] = true