Forgot one SS reference

This commit is contained in:
Douglas Bumby 2015-07-12 12:34:58 +01:00
parent af51c6ad53
commit ef6b668312

View File

@ -4,7 +4,7 @@ ZipArchive is a simple utility class for zipping and unzipping files on iOS and
##How to add ZipArchive to your project
1. Add the `SSZipArchive` and `minizip` folders to your project.
1. Add the `ZipArchive` and `minizip` folders to your project.
2. Add the `libz` library to your target
ZipArchive requires ARC.