From 6dfdd0030424bb95b298b376865fb9e5dd57e347 Mon Sep 17 00:00:00 2001 From: Andrew Stephan Date: Tue, 1 Apr 2014 10:53:34 -0400 Subject: [PATCH] updated the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 47fd8b7..6f4c350 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and - Background threading - all requests are done in a background thread. - SSL Pinning - read more at [LumberBlog](http://blog.lumberlabs.com/2012/04/why-app-developers-should-care-about.html). +## Installation + +The plugin conforms to the Cordova plugin specification, it can be installed +using the Cordova / Phonegap command line interface. + + phonegap plugin add https://github.com/wymsee/cordova-HTTP.git + + cordova plugin add https://github.com/wymsee/cordova-HTTP.git ## Usage