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 +```