Skip to content

Commit f8b4138

Browse files
Amit DabadeAmit Dabade
authored andcommitted
1.0.1 added
1 parent 844d8dc commit f8b4138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ React hook to fetch data from network, with some additional awesome features.
77
## Installation:
88

99
```
10-
npm i @react-use-hooks/use-fetch --save
10+
npm i @react-use-hooks/use-fetch
1111
````
1212
1313
## Code:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-use-hooks/use-fetch",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React hook to fetch data from network, with some additional awesome features.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)