diff --git a/README.MD b/README.MD
index 6503c88..4574a8f 100644
--- a/README.MD
+++ b/README.MD
@@ -14,10 +14,19 @@ find the Official API document here: [https://api.elevenlabs.io/docs](https://ap
project. And who knows, I may be more inclined to improve it further.*\
⭐⭐
+---
+
+## Buy me a coffee
+
+Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying
+me a coffee, so I can dedicate more time on open-source projects like this :)
+
+
+
+---
## Table of Contents
-- [Buy me a coffee](#buy-me-a-coffee)
- [Supported Methods](#supported-methods)
- [Parameters](#parameters)
- [Voice Settings](#voice-settings)
@@ -37,15 +46,6 @@ project. And who knows, I may be more inclined to improve it further.*\
---
-## Buy me a coffee
-
-Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying
-me a coffee, so I can dedicate more time on open-source projects like this :)
-
-
-
----
-
## Supported Methods
| Method | Parameters | EndPoint | HTTP Method |
diff --git a/package.json b/package.json
index fb9b888..73ebb66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "elevenlabs-js",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "This is an Open Source NodeJS package for ElevenLabs Text to Speech API.",
"main": "index.js",
"scripts": {