From eaaef1824b5b3de52ecc3564a4ec14db6c9674bc Mon Sep 17 00:00:00 2001 From: Ishaan Parmar <64636222+1337-ishaan@users.noreply.github.com> Date: Tue, 21 Sep 2021 18:21:47 +0530 Subject: [PATCH] fix: axios typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487dd11..f39e38f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ yarn add react-use-cache ### useCache -React hook for cache promises fulfilled value. Use with `fetch` or `axiso` together to avoid multiple same request to server. Here is an example to cache blog detail object. +React hook for cache promises fulfilled value. Use with `fetch` or `axios` together to avoid multiple same request to server. Here is an example to cache blog detail object. Once a new comment is created, we are able to use `updateCache` to update the cached object.