Skip to content

Commit af505d4

Browse files
TheoTheo
Theo
authored and
Theo
committed
rename to autoscroll-react
1 parent 82f86f1 commit af505d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# react-autoscroll
1+
# autoscroll-react
22

33
Autoscroll a react component
44

55
## install
66

7-
`npm install --save react-autoscroll`
7+
`npm install --save autoscroll-react`
88

99
## usage
1010

1111
```js
1212
import React from 'react'
13-
import Autoscroll from 'react-autoscroll'
13+
import Autoscroll from 'autoscroll-react'
1414

1515
class MyList extends React.Component {
1616
render(){

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-autoscroll",
2+
"name": "autoscroll-react",
33
"version": "1.0.0",
44
"description": "autoscroll a react component",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)