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

Commit

Permalink
Merge pull request #21 from nathandace/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bcabanes committed Feb 25, 2016
2 parents eb66260 + 4d9775d commit aafddb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -76,7 +76,7 @@ angular.module('myApp', ['imageCropper']);
crop-callback="myCallbackFunction"
check-cross-origin="false"
zoom-step="0.1"
button-labels="myButtonLabelsObject"
action-labels="myButtonLabelsObject"
></image-cropper>
```

Expand All @@ -99,7 +99,7 @@ vm.updateResultImage = function(base64) {
};
```
* `api` _function_ Function executed with cropper's API as argument
* `button-labels` _object_ Give you the ability to customize button labels by passing an object like
* `action-labels` _object_ Give you the ability to customize button labels by passing an object like
```javascript
vm.myButtonLabels = {
rotateLeft: ' (rotate left) ',
Expand Down Expand Up @@ -131,4 +131,4 @@ vm.getCropperApi = function(api) {

## License

The MIT License (MIT)
The MIT License (MIT)

0 comments on commit aafddb9

Please sign in to comment.