Update README.md

This commit is contained in:
Feuda Nan 2014-11-06 11:03:21 +08:00
parent bb734f6597
commit fe12e1eee9
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class ZipFileGenerator
io.get_output_stream(zipFilePath) { |f| f.puts(File.open(diskFilePath, "rb").read())}
end
}
end
end
```