From 77df58a42d400c04e48208862573b917b9f47537 Mon Sep 17 00:00:00 2001
From: David <59258980+zerodytrash@users.noreply.github.com>
Date: Fri, 24 May 2024 00:06:19 +0200
Subject: [PATCH] Note for fix `TikTok does not offer a websocket upgrade.`
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7d0f356..a83b6b4 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Do you prefer other programming languages?
**NOTE:** This JavaScript library is intended for use in [Node.js](https://nodejs.org/) environments. If you want to process or display the data in the browser (client-side), you need to transfer the data from the Node.js environment to the browser. A good approach for this is to use [Socket.IO](https://socket.io/) or a different low-latency communication framework. A complete example project can be found here: [TikTok-Chat-Reader](https://github.com/zerodytrash/TikTok-Chat-Reader)
-> **UPDATE**:
Due to a change on the part of TikTok, versions prior **v0.9.23** are no longer functional. If you are using one of these versions, upgrade to the latest version using the `npm update` command.
+> **UPDATE**:
Due to a change on the part of TikTok, versions prior **v1.1.7** are no longer functional. If you are using one of these versions, upgrade to the latest version using the `npm i tiktok-live-connector` command.
#### Overview
- [Getting started](#getting-started)