dollarshaveclub/scrolldir

Mistake in readme

kevrmnd opened this issue ยท 1 comments

Hi,

Firstly, thank you for the plugin, it works well ๐Ÿ‘

I Noticed this mistake in the readme while using it :

scrollDir({ direction: 'up' }); // the default is 'down'

should be :

scrollDir({ dir: 'up' }); // the default is 'down'

Bye