From e92a1b1f15f421fb7fe09b7cf799d933a7ab27b3 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 6 Jul 2023 13:15:14 +0200 Subject: [PATCH] websocket readme --- plugins/websocket/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/websocket/README.md b/plugins/websocket/README.md index f5f2089a..59f80ed7 100644 --- a/plugins/websocket/README.md +++ b/plugins/websocket/README.md @@ -60,7 +60,7 @@ fn main() { Afterwards all the plugin's APIs are available through the JavaScript guest bindings: ```javascript -import WebSocket from "tauri-plugin-websocket-api"; +import WebSocket from "@tauri-apps/plugin-websocket"; const ws = await WebSocket.connect("wss://example.com");