Update README.md

This commit is contained in:
benhason1 2021-09-07 21:36:13 +03:00 committed by GitHub
parent 2852bc396e
commit 189df64fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ public callSomeServer(): Promise<object> {
} }
``` ```
##configuration ## configuration
the service uses axios and axios-retry, so you can pass any [AxiosRequestConfig](https://github.com/axios/axios#request-config) 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) And/Or [AxiosRetryConfig](https://github.com/softonic/axios-retry#options)
@ -115,4 +115,4 @@ HttpModule.registerAsync({
imports: [ConfigModule], imports: [ConfigModule],
useExisting: ConfigService, useExisting: ConfigService,
}); });
``` ```