4
0
mirror of https://github.com/QuasarApp/zip.git synced 2025-05-03 15:49:33 +00:00

Update README.md

This commit is contained in:
Kuba Podgórski 2017-02-19 15:05:21 +01:00 committed by GitHub
parent 3ac5ec1048
commit 00eff1893f

@ -46,7 +46,7 @@ It was the reason, why I decided to write zip module on top of the miniz. It req
* Append to the existing zip archive.
```c
zip = zip_open("foo.zip", ZIP_DEFAULT_COMPRESSION_LEVEL, 'a');
struct zip_t *zip = zip_open("foo.zip", ZIP_DEFAULT_COMPRESSION_LEVEL, 'a');
{
zip_entry_open(zip, "foo-3.txt");
{