From bc91eb2af7831be1f577c997beb5dd203cd5d823 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Sun, 5 May 2024 15:53:33 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85ee29f..236051d 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ To switch between transports, use the `SetTransport` function. import { SetTransport } from '@mercuryworkshop/bare-mux'; SetTransport("EpxMod.EpoxyClient", { wisp: "wss://wisp.mercurywork.shop" }); -SetTransport("BareMod.BareClient", "https://some-bare-server.com" }); +SetTransport("BareMod.BareClient", "https://some-bare-server.com"); ``` -If not using a bundler, include the `bare.cjs` file in releases and call `BareMux.SetTransport`. - +If not using a bundler, extract the npm package in releases, and include the `bare.cjs` file and call `BareMux.SetTransport`.