Skip to content

Commit 95d5db1

Browse files
committed
Fix README typos
1 parent 92281aa commit 95d5db1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,20 @@ const seam = SeamHttp.fromApiKey('some-api-key', {
194194
#### Setting the endpoint
195195

196196
Some contexts may need to override the API endpoint,
197-
e.g., testing or proxy setup.
198-
This option corresponds to the setting Axios `baseURL`.
197+
e.g., testing or proxy setups.
198+
This option corresponds to the Axios `baseURL` setting.
199199

200200
Either pass the `endpoint` option, or set the `SEAM_ENDPOINT` environment variable.
201201

202202
#### Configuring the Axios Client
203203

204204
The Axios client and retry behavior may be configured with custom initiation options
205-
via `axiosOptions` and `axiosRetryOptions`.
205+
via [`axiosOptions`] and [`axiosRetryOptions`][axiosRetryOptions].
206206
Options are deep merged with the default options.
207207

208+
[axiosOptions]: https://axios-http.com/docs/config_defaults
209+
[axiosRetryOptions]: https://github.com/softonic/axios-retry
210+
208211
#### Using the Axios Client
209212

210213
The Axios client is exposed and may be used or configured directly:

0 commit comments

Comments
 (0)