diff --git a/examples/README.md b/examples/README.md index 19e8ba1..1b8a242 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ The `ballerinax/openai.audio` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples), covering use cases like cache management, session management, and rate limiting. 1. [Text-To-English-Audio](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples/Text-To-English-Audio) - Converts a text given in any language to english -2. [Audio-To-Input-Language-And-English](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples/Audio-To-English-Audio) +2. [Audio-To-Input-Language-And-English](https://github.com/ballerina-platform/module-ballerinax-openai.audio/tree/main/examples/Audio-To-English-Audio) - Converts an audio given in a different language into text in input language and english ## Prerequisites @@ -47,4 +47,4 @@ Execute the following commands to build all the examples against the changes you ```bash ./build.sh run - ``` \ No newline at end of file + ```