Skip to content

Commit

Permalink
added npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Doginal committed Nov 16, 2016
1 parent 74536d4 commit c21fce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

1 comment on commit c21fce4

@Doginal
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also published to npm under jr-crop

Please sign in to comment.