Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev authored Jan 10, 2021
1 parent 287a11e commit 567cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/freezeframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ logo.toggle(); // toggle animation
new Freezeframe('.foo');

// DOM object as selector
new Freezeframe(document.querySelectorAll('.foo'));
new Freezeframe(document.querySelector('.foo'));

// Custom options
new Freezeframe({
Expand Down

0 comments on commit 567cbd0

Please sign in to comment.