updated doc

This commit is contained in:
Sean Soper
2015-10-23 14:23:12 -04:00
parent 5a422fc833
commit 67cef95bb6
+4
View File
@@ -24,6 +24,8 @@ SSZipArchive requires ARC.
## Usage
### Objective-C
```objective-c
// Create
[SSZipArchive createZipFileAtPath: zipPath withContentsOfDirectory: sampleDataPath];
@@ -32,6 +34,8 @@ SSZipArchive requires ARC.
[SSZipArchive unzipFileAtPath:zipPath toDestination: unzipPath];
```
### Swift
```swift
// Create
SSZipArchive.createZipFileAtPath(zipPath, withContentsOfDirectory: sampleDataPath)