Skip to content

Commit

Permalink
Fixed typo;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Nov 25, 2021
1 parent 02e547c commit 31e7c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const promise = CPromise.all(
````
## React usage

`cpAxios` can be easily used with React using the [`useAsyncEffect`](https://www.npmjs.com/package/use-async-effect2) hook, which allows canceled asynchronous functions to be executed as effects ([Live Demo](https://codesandbox.io/s/use-async-effect-axios-minimal-pdngg?file=/src/TestComponent.js)):
`cpAxios` can be easily used with React using the [`useAsyncEffect`](https://www.npmjs.com/package/use-async-effect2) hook, which allows cancelable asynchronous functions to be executed as effects ([Live Demo](https://codesandbox.io/s/use-async-effect-axios-minimal-pdngg?file=/src/TestComponent.js)):

```jsx
import React from "react";
Expand Down

0 comments on commit 31e7c33

Please sign in to comment.