From b6d468c2801eaa62e22ed2947fe4a85a10cc1afc Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 24 Dec 2021 00:11:56 +0200 Subject: [PATCH] fixed double brackets to one bracket in axios issue url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19a168..3bf8a1f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ nestjs module that just doing little modification to the original and good **nes ## features * axios - the most used package for http requests in npm and the one used by nestjs official http library. - * better axios stack trace - axios has an [open issue]((https://github.com/axios/axios/issues/2387)) about improvement of their stack trace. + * better axios stack trace - axios has an [open issue](https://github.com/axios/axios/issues/2387) about improvement of their stack trace. in this library there is a default interceptor that will intercept the stack trace and will add data to it. * promise - the most used package for http requests in npm and the one used by nestjs official http library. * promise based - most of us using the current http module that uses observable which we don't use most of the time