# ScrollSpy [![bower](https://img.shields.io/bower/v/scrollspy.svg?style=flat)](https://github.com/makotot/scrollspy) [![DevDependencies](http://img.shields.io/david/dev/makotot/scrollspy.svg?style=flat)](https://github.com/makotot/scrollspy) > Scrollspy library. ## Installation ```sh $ bower install scrollspy ``` ## Usage ```html
...
...
... ``` ```js var spy = new ScrollSpy('#js-scrollspy', { nav: '.js-scrollspy-nav > li > a', className: 'is-inview' }); ``` ## License MIT