diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..64f8bfa --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "contributorsPerLine": 5, + "skipCi": true, + "contributors": [ + { + "login": "ankeetmaini", + "name": "Ankeet Maini", + "avatar_url": "https://avatars.githubusercontent.com/u/6652823?v=4", + "profile": "https://ankeetmaini.dev/", + "contributions": [ + "question", + "doc", + "code", + "review", + "maintenance" + ] + } + ], + "projectName": "react-infinite-scroll-component", + "projectOwner": "ankeetmaini", + "repoType": "github", + "repoHost": "https://github.com" +} diff --git a/README.md b/README.md index e33e070..fe7c08c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A component to make all your infinite scrolling woes go away with just 4.15 kB! `Pull Down to Refresh` feature added. An infinite-scroll that actually works and super-simple to integrate! -# install +## Install ```bash npm install --save react-infinite-scroll-component @@ -18,7 +18,7 @@ added. An infinite-scroll that actually works and super-simple to integrate! var InfiniteScroll = require('react-infinite-scroll-component'); ``` -# using +## Using ```jsx ``` -# using scroll on top +## Using scroll on top ```jsx
+ + + + + + +

Ankeet Maini

💬 📖 💻 👀 🚧
+ + + + + + +This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome! + +## LICENSE + +[MIT](LICENSE)