Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
fix variable name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Julli4n committed Apr 4, 2022
1 parent 8ff7464 commit ca2c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const client2 = new OpenCloudClient({
### Retries
By default, if a response is `500`, `502`, or `504` it will retry **5** times, each retry having a **250ms** timeout. It is possible to change it:
```typescript
const client2= new OpenCloudClient({
const client = new OpenCloudClient({
credentialsValue: "APIKEYHERE",
// Retry 5 more times on failed requests, if retrying is not wanted, set it to `0`.
requestRetryCount: 5,
Expand Down

0 comments on commit ca2c026

Please sign in to comment.