websocket readme

pull/468/head
FabianLars 2 years ago
parent 7fb4401ec8
commit e92a1b1f15
No known key found for this signature in database
GPG Key ID: 3B12BC1DEBF61125

@ -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");

Loading…
Cancel
Save