Skip to content

Commit 7171e9d

Browse files
committed
fixed example
1 parent 796ecdf commit 7171e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It does this using fairly dumb image processing. In short:
2424

2525
## Simple Example
2626
```javascript
27-
var result = SmartCrop.crop(image, {width: 100, height: 100}, function(result){console.log(result);});
27+
SmartCrop.crop(image, {width: 100, height: 100}, function(result){console.log(result);});
2828
// {topCrop: {x: 300, y: 200, height: 200, width: 200}}
2929
```
3030

0 commit comments

Comments
 (0)