From 189df64fda5c5f82ffc1e9b61ae8b652f04daba7 Mon Sep 17 00:00:00 2001 From: benhason1 <50466724+benhason1@users.noreply.github.com> Date: Tue, 7 Sep 2021 21:36:13 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0296d90..c0b450a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ public callSomeServer(): Promise { } ``` -##configuration +## configuration the service uses axios and axios-retry, so you can pass any [AxiosRequestConfig](https://github.com/axios/axios#request-config) And/Or [AxiosRetryConfig](https://github.com/softonic/axios-retry#options) @@ -115,4 +115,4 @@ HttpModule.registerAsync({ imports: [ConfigModule], useExisting: ConfigService, }); -``` \ No newline at end of file +```