From 7c8f76fe95874fca9d94eea9123167a656d6e4c9 Mon Sep 17 00:00:00 2001 From: Kelp Date: Sat, 27 Oct 2012 23:07:32 +0800 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e1512..bb6b630 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ #CocoaSecurity 1.0.1 Kelp http://kelp.phate.org/
-[MIT]: http://www.opensource.org/licenses/mit-license.php
-[Apache]: http://www.apache.org/licenses/LICENSE-2.0 : GTMBase64 by Google Inc. +[MIT License][mit]
+[Apache License, Version 2.0][Apache] : GTMBase64 by Google Inc. CocoaSecurity include 4 classes, **CocoaSecurity**, **CocoaSecurityResult**, **CocoaSecurityEncoder** and **CocoaSecurityDecoder**. @@ -96,3 +96,5 @@ NSData *data2 = [decoder base64:@"zT1PS64MnXIUDCUiy13RRg=="]; // data2 = ``` +[Apache]: http://www.apache.org/licenses/LICENSE-2.0 +[MIT]: http://www.opensource.org/licenses/mit-license.php \ No newline at end of file