From 5e586711b77fd852c227502f11a7ed230cd957bc Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Mon, 15 Jul 2024 18:20:08 +0000 Subject: [PATCH] chore(docs): minor update to formatting of API link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9ebc65..deb85e0f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ and offers both synchronous and asynchronous clients powered by [httpx](https:// ## Documentation -The REST API documentation can be found [on docs.anthropic.com](https://docs.anthropic.com/claude/reference/). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [docs.anthropic.com](https://docs.anthropic.com/claude/reference/). The full API of this library can be found in [api.md](api.md). ## Installation