We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f86f1 commit af505d4Copy full SHA for af505d4
README.md
@@ -1,16 +1,16 @@
1
-# react-autoscroll
+# autoscroll-react
2
3
Autoscroll a react component
4
5
## install
6
7
-`npm install --save react-autoscroll`
+`npm install --save autoscroll-react`
8
9
## usage
10
11
```js
12
import React from 'react'
13
-import Autoscroll from 'react-autoscroll'
+import Autoscroll from 'autoscroll-react'
14
15
class MyList extends React.Component {
16
render(){
package.json
@@ -1,5 +1,5 @@
{
- "name": "react-autoscroll",
+ "name": "autoscroll-react",
"version": "1.0.0",
"description": "autoscroll a react component",
"main": "src/index.js",
0 commit comments