From 55e24a42a4e713ad5db218fe92d245ce57af660d Mon Sep 17 00:00:00 2001 From: Javad Mnjd Date: Thu, 28 Jul 2022 20:22:30 +0430 Subject: [PATCH] fix: lint readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f764e2..e8e58c5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Or const wrappedfetch = wrapFetch({ fetch: yourFetch }); ``` -You can also add global interceptors: +You can also add global interceptors: + ```ts const wrappedfetch = wrapFetch({ interceptors: {