Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderl authored Oct 6, 2018
1 parent f384299 commit 7cf3c13
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 7cf3c13

Please sign in to comment.