Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
KATTA-00 and NipunaRanasinghe authored Aug 13, 2024
1 parent 528931d commit dd30a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Create a `finetunes:ConnectionConfig` with the obtained API Key and initialize t
```ballerina
configurable string apiKey = ?;
final finetunes:Client openaiFinetunes = check new({
final finetunes:Client openAIFinetunes = check new({
auth: {
token: apiKey
}
Expand Down

0 comments on commit dd30a0a

Please sign in to comment.