We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fd3ea commit af2483dCopy full SHA for af2483d
README.md
@@ -4,12 +4,12 @@ A quick and easy hook for using Fetch with React.
4
5
## Install
6
7
-`npm install usefetch`
+`npm install @chrislaughlin/usefetch`
8
9
## Usage
10
11
```jsx
12
-import useFetch from 'usefetch'
+import useFetch from '@chrislaughlin/usefetch'
13
14
const Example = () => {
15
const {
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "usefetch",
+ "name": "@chrislaughlin/usefetch",
3
"version": "1.0.0",
"description": "useFetch React component",
"main": "lib/index.js",
0 commit comments