Skip to content

Commit

Permalink
chore(docs): fix github links (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Nov 7, 2023
1 parent 9f932f7 commit 8c433fd
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 @@ -244,7 +244,7 @@ import AnthropicBedrock from "@anthropic-ai/bedrock-sdk";
```

To do the inverse, add `import "@anthropic-ai/bedrock-sdk/shims/node"` (which does import polyfills).
This can also be useful if you are getting the wrong TypeScript types for `Response` - more details [here](https://github.com/anthropics/anthropic-bedrock-typescript/src/_shims#readme).
This can also be useful if you are getting the wrong TypeScript types for `Response` - more details [here](https://github.com/anthropics/anthropic-bedrock-typescript/tree/main/src/_shims#readme).

You may also provide a custom `fetch` function when instantiating the client,
which can be used to inspect or alter the `Request` or `Response` before/after each request:
Expand Down

0 comments on commit 8c433fd

Please # to comment.