From 995a7bdc0cafb590ca8c78431d3c50259d00a568 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Mon, 8 Jul 2024 16:52:34 +0000 Subject: [PATCH] feat: fix: Updated doc typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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