From ef6b6683120710c258e9ecff22914349aafb99d3 Mon Sep 17 00:00:00 2001 From: Douglas Bumby Date: Sun, 12 Jul 2015 12:34:58 +0100 Subject: [PATCH] Forgot one SS reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aef826..a36836f 100644 --- a/README.md +++ b/README.md @@ -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.