From 103875b5c859e897e8003700b461b2c5345a4772 Mon Sep 17 00:00:00 2001 From: Dan McNamara Date: Wed, 24 Feb 2016 13:51:58 -0500 Subject: [PATCH] Update installation instructions in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 440e3ab..17eec97 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Cordova Plugin For Multiple Image Selection - implemented for iOS and Android 4. 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-imagePicker.git + phonegap plugin add cordova-plugin-image-picker - cordova plugin add https://github.com/wymsee/cordova-imagePicker.git + cordova plugin add cordova-plugin-image-picker ## Using the plugin @@ -109,4 +109,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.