florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.15k stars 1.48k forks source link

Incorrect Syntax in README.md #326

Closed jesster2k10 closed 7 years ago

jesster2k10 commented 7 years ago

One line 431, it says mRecyclerView.addDecoration(new MaterialViewPagerHeaderDecorator()); which is the incorrect syntax. It should be addItemDecoration as the other one does not exist.