Skip to content

Commit 67bae64

Browse files
stainless-botRobertCraigie
authored andcommitted
docs(readme): improvements to formatting code snippets (#58)
1 parent f85c05d commit 67bae64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ await anthropic.completions.create(
222222
maxRetries: 5,
223223
},
224224
);
225-
226225
```
227226

228227
### Timeouts
@@ -247,7 +246,6 @@ await anthropic.completions.create(
247246
timeout: 5 * 1000,
248247
},
249248
);
250-
251249
```
252250

253251
On timeout, an `APIConnectionTimeoutError` is thrown.
@@ -283,7 +281,6 @@ await anthropic.completions.create(
283281
httpAgent: new http.Agent({ keepAlive: false }),
284282
},
285283
);
286-
287284
```
288285

289286
## Status

0 commit comments

Comments
 (0)