Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdaGnsrn committed Nov 12, 2023
1 parent 6c1f2ac commit 4df79a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ me a coffee, so I can dedicate more time on open-source projects like this :)
- [editVoiceSettings() Method](#editvoicesettings-method)
- [getUserSubscription() Method](#getusersubscription-method)
- [getUser() Method](#getuser-method)
- [Other Languages](#other-languages)
- [License](#license)

## Supported Methods
Expand Down Expand Up @@ -229,6 +230,10 @@ elevenLabs.getUser().then((res) => {
console.log("user", res);
});
```
## Other Languages
Also, you can find the other languages of this package here:
- [ElevenLabs API For NodeJS (elevenlabs-js)](https://github.com/ArdaGnsrn/elevenlabs-js)
- [ElevenLabs API For PHP Laravel (elevenlabs-laravel)](https://github.com/ArdaGnsrn/elevenlabs-laravel)

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elevenlabs-js",
"version": "1.2.5",
"version": "1.2.6",
"description": "This is an Open Source NodeJS package for ElevenLabs Text to Speech API.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4df79a0

Please sign in to comment.