diff --git a/README.md b/README.md index 718855f..b811e8c 100644 --- a/README.md +++ b/README.md @@ -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)