From 4df79a0cf52e8d1c2c8a944a85fda7fcffc1e99a Mon Sep 17 00:00:00 2001 From: ARDA GUNSUREN Date: Sun, 12 Nov 2023 11:18:01 +0200 Subject: [PATCH] Update README.MD --- README.MD | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index cb4238f..034c832 100644 --- a/README.MD +++ b/README.MD @@ -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 @@ -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. diff --git a/package.json b/package.json index 5edb95e..8bcb64e 100644 --- a/package.json +++ b/package.json @@ -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": {