Skip to content

Commit c96ff53

Browse files
authored
Update README.md
1 parent 9790b42 commit c96ff53

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
@@ -28,7 +28,7 @@ import lax from 'lax.js'
2828
2929
```javascript
3030
window.onload = function() {
31-
lax.setup({ /* opts */ }) // init
31+
lax.setup() // init
3232
3333
document.addEventListener('scroll', function(e) {
3434
lax.update(window.scrollY) // update every scroll

0 commit comments

Comments
 (0)