From c21fce4d738d2a2d86f821d5e2faa58f6c3feaf8 Mon Sep 17 00:00:00 2001 From: Doginal Date: Tue, 15 Nov 2016 19:24:24 -0800 Subject: [PATCH] added npm install command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d18361c..c4b0f48 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,12 @@ A simple ionic plugin to crop your images, inspired by whatsapp and telegram. ## Simple enough, let's get started. +##### Bower Install the files: `bower install jr-crop --save`. +##### NPM +Install the files: `npm install jr-crop --save`. + Import the static files jr-crop.js and jr-crop.css. Declare jrCrop as a dependency. ``` .module('myModule', ['ionic', 'jrCrop'])