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