Skip to content

Commit af2483d

Browse files
committed
updating package name
1 parent e1fd3ea commit af2483d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A quick and easy hook for using Fetch with React.
44

55
## Install
66

7-
`npm install usefetch`
7+
`npm install @chrislaughlin/usefetch`
88

99
## Usage
1010

1111
```jsx
12-
import useFetch from 'usefetch'
12+
import useFetch from '@chrislaughlin/usefetch'
1313

1414
const Example = () => {
1515
const {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "usefetch",
2+
"name": "@chrislaughlin/usefetch",
33
"version": "1.0.0",
44
"description": "useFetch React component",
55
"main": "lib/index.js",

0 commit comments

Comments
 (0)