From cd31818aa4d43916a809e2ba6f2e7b3fbf68d21c Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Mon, 26 Dec 2011 23:38:42 -0500 Subject: [PATCH] Updated readme --- Readme.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.markdown b/Readme.markdown index dccb285..664196c 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -1,6 +1,6 @@ # SSZipArchive -SSZipArchive is a simple utility class for unzipping files originally based on [ZipArchive](http://code.google.com/p/ziparchive) by aish. Features: +SSZipArchive is a simple utility class for zipping and unzipping files. Features: * Unzipping zip files * Unzipping password protected zip files @@ -37,4 +37,4 @@ SSZipArchive is licensed under the [MIT license](https://github.com/samsoffes/ss ## Thanks -Thanks [aish](http://code.google.com/p/ziparchive) for creating [ZipArchive](http://code.google.com/p/ziparchive), Johnnie Walker ([@randomsequence](https://github.com/randomsequence)) for implementing creation support, and John Engelhart ([@johnezang](https://github.com/johnezang)) for his help along the way. +Thanks [aish](http://code.google.com/p/ziparchive) for creating [ZipArchive](http://code.google.com/p/ziparchive) which SSZipArchive is based on, Johnnie Walker ([@randomsequence](https://github.com/randomsequence)) for implementing creation support, and John Engelhart ([@johnezang](https://github.com/johnezang)) for all his amazing help along the way.