From 09a6a232912ab33b0f8668aff7ea8c26ae5c84cc Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Mon, 15 Jul 2024 18:20:39 +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 06f63081fb..7edc346272 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 platform.openai.com](https://platform.openai.com/docs). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). The full API of this library can be found in [api.md](api.md). ## Installation