diff --git a/README.md b/README.md index ada0c9c8..1537a588 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ For a more fully fledged example see [`examples/bedrock.py`](https://github.com/ This library also provides support for the [Anthropic Vertex API](https://cloud.google.com/vertex-ai?hl=en) if you install this library with the `vertex` extra, e.g. `pip install -U anthropic[vertex]`. -You can then import and instantiate a separate `AnthropicVertex`/`AsyncAnthropicVertexAsync` class, which has the same API as the base `Anthropic`/`AsyncAnthropic` class. +You can then import and instantiate a separate `AnthropicVertex`/`AsyncAnthropicVertex` class, which has the same API as the base `Anthropic`/`AsyncAnthropic` class. ```py from anthropic import AnthropicVertex