From 31e7c332f87a2ecf07ea8db9936ecbac1098a123 Mon Sep 17 00:00:00 2001 From: DigitalBrainJS Date: Thu, 25 Nov 2021 22:19:54 +0200 Subject: [PATCH] Fixed typo; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19da9f4..0968858 100644 --- a/README.md +++ b/README.md @@ -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";