Skip to content

Commit

Permalink
Updates Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeetmaini committed Mar 17, 2016
1 parent 1b7d93c commit f971b17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

npm-debug.log
.DS_Store
.idea
node_modules
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/demos/
/server.js
/webpack.*
npm-debug.log
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ A component to make all your infinite scrolling woes go away with just 4.15 kB!
# install
```bash
npm install --save react-infinite-scroll-component

// in code ES6
import InfiniteScroll from 'react-infinite-scroll-component';
// or commonjs
var InfiniteScroll = require('react-infinite-scroll-component');
```

# demos
Expand Down

0 comments on commit f971b17

Please sign in to comment.