diff --git a/README.mdown b/README.mdown index 948b8cd..6edcd2d 100644 --- a/README.mdown +++ b/README.mdown @@ -2,10 +2,6 @@ This is version 0.87 of MKNetworkKit. Read the [blog post](http://mk.sg/8w) for MKNetworkKit is ready for production use on iOS apps. As on date, it's used by several thousands of apps including [Digg](https://itunes.apple.com/us/app/digg/id362872995?mt=8) -MKNetworkKit officially supports Cocoapods. Add the following line to your Podfile. - -pod 'MKNetworkKit', '~> 0.87' - --- ###Why MKNetworkKit? @@ -25,9 +21,27 @@ These are just a few of most interesting features on MKNetworkKit. --- +###Installation + +The preferred way of installation is via [CocoaPods](http://cocoapods.org). Just add + +```ruby +pod 'MKNetworkKit' +``` + +and run `pod install`. It will install the most recent version of MKNetworkKit. + +If you would like to use the latest code of MKNetworkKit use: + +```ruby +pod 'MKNetworkKit', :head +``` + ###How to use Read the [blog post](http://mk.sg/8w) for more. +--- + ###Licensing MKNetworkKit is licensed under MIT License