Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aryehraber committed Feb 9, 2018
1 parent 20f0f29 commit 415cddc
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 @@ -35,7 +35,7 @@ The `scrollinview` function can optionally take an object as the second argument

### className

The class name that Scroll in View uses when an element enters the viewport. Defaults to `js-in-view`.
The class name that Scroll in View uses when an element enters the viewport (defaults to `js-in-view`).

```js
scrollinview(event, { className: 'my-custom-class' })
Expand Down

0 comments on commit 415cddc

Please sign in to comment.