Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
docs(bower): Update readme to install a specific version via Bower ✨
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
bcabanes committed Mar 1, 2016
1 parent aafddb9 commit df3dfb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -37,6 +37,11 @@ npm install angular-image-cropper
bower install https://npmcdn.com/angular-image-cropper/bower.zip
```

Or if you want to install a specific version (e.g: for 1.1.4):
```bash
bower install https://npmcdn.com/angular-image-cropper@1.1.4/bower.zip --save
```

## Usage

### Load the required files
Expand Down

0 comments on commit df3dfb4

Please sign in to comment.