diff --git a/README.md b/README.md index 6fab0bd0b6e972e7be75bdea8a3e2e0018caf9c8..ae9350252e6661505a814b55336439607f892f77 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ catch { ## Advanced Zip -For more advanced usage, Zip has functions that let you set custom destination paths, work with password protected zips and use a progress handling closure. These function throw if there is an error but don't return. +For more advanced usage, Zip has functions that let you set custom destination paths, work with password protected zips and use a progress handling closure. These functions throw if there is an error but don't return. ```swift do { let filePath = NSBundle.mainBundle().URLForResource("file", withExtension: "zip")!