Updated readme

This commit is contained in:
Sam Soffes
2011-05-27 16:37:02 -07:00
parent 738e1f88b2
commit e885af5595
+5 -3
View File
@@ -11,6 +11,8 @@ Currently it only supports unzipping. In the future, creating zip files will be
## Usage
NSString *path = @"path_to_your_zip_file";
NSString *destination = @"path_to_the_folder_where_you_want_it_unzipped";
[SSZipArchive unzipFileAtPath:path toDestination:destination];
```objective-c
NSString *path = @"path_to_your_zip_file";
NSString *destination = @"path_to_the_folder_where_you_want_it_unzipped";
[SSZipArchive unzipFileAtPath:path toDestination:destination];
```