From 2fb0de05a55261bbb56b73106aebb78155f5c82f Mon Sep 17 00:00:00 2001 From: YanceyOfficial Date: Tue, 22 Oct 2024 15:06:15 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78ad1db..34a4f71 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ async fn main() -> Result<(), Box> { Check out the full [API documentation](https://platform.openai.com/docs/api-reference/) for examples of all the available functions. -- Visit [examples](https://github.com/YanceyOfficial/rs-openai/tree/master/examples) directory on how to use async-openai. +- Visit [examples](https://github.com/YanceyOfficial/rs-openai/tree/master/examples) directory on how to use rs_openai. - Visit [docs.rs/rs_openai](https://docs.rs/rs_openai) for docs.