From 8748be1bb8989e3f2274abbd6ddb8a05f7b0217c Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 24 Dec 2021 00:21:11 +0200 Subject: [PATCH] updated in readme the default config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb84f83..2fdee61 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ import { HttpModule } from 'nestjs-http-promise' ``` ### default configuration - just the default config of axios-retry : https://github.com/softonic/axios-retry#options + * default config of axios-retry : https://github.com/softonic/axios-retry#options + * better axios stack trace is added by default, you can turn it off by passing the **isBetterStackTraceEnabled** to false. ## async configuration When you need to pass module options asynchronously instead of statically, use the `registerAsync()` method **just like in nest httpModule**.