Skip to content

Commit

Permalink
Merge pull request #47 from schneiderl/master
Browse files Browse the repository at this point in the history
Fixed typo at readme.md
  • Loading branch information
jrmd authored Jan 23, 2019
2 parents baca3ce + 7cf3c13 commit 4638949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ macyInstance.runOnImageLoad(function () {
}, true);
```

If you only require it to run once all the images have loaded you can acheive this by passing null as the first parameter:
If you only require it to run once all the images have loaded you can achieve this by passing null as the first parameter:

```javascript
macyInstance.runOnImageLoad(function () {
Expand Down

0 comments on commit 4638949

Please sign in to comment.