diff --git a/README.md b/README.md index 476c3c8..d410ae5 100644 --- a/README.md +++ b/README.md @@ -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: