Skip to content

Commit 8196a39

Browse files
committed
Trivial corrections
1 parent 889a8e5 commit 8196a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yarn add react-hooks-toolbox
2525

2626
- Clone repository
2727
- `yarn install` or `npm install`
28-
- Install [json-server](https://www.npmjs.com/package/json-server) `npm i json-server` or `yarn add global json-server`(Get a full fake REST API with zero coding in less than 30 seconds (seriously))
28+
- (This is only necessary for the examples with Axios) Install [json-server](https://www.npmjs.com/package/json-server) `npm i json-server` or `yarn add global json-server`(Get a full fake REST API with zero coding in less than 30 seconds (seriously))
2929
- `yarn run run:server`
3030
- `yarn run start`
3131

@@ -66,7 +66,7 @@ yarn add react-hooks-toolbox
6666
Object containing:
6767

6868
- `status: string`: Request status.
69-
- `response: object`:` Request response.
69+
- `response: object`: Request response.
7070
- `error: object`: Request error.
7171
- `dispatchFetch: function`: Dispatched request if `controlledFetch` property is `true`.
7272

0 commit comments

Comments
 (0)