From 1ca0514fc2fcd91c44d84619d64d7706471ca016 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:19:06 -0500 Subject: [PATCH] Update Upgrading.md --- documentation/Upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Upgrading.md b/documentation/Upgrading.md index f44587e..0376c3d 100644 --- a/documentation/Upgrading.md +++ b/documentation/Upgrading.md @@ -3,7 +3,7 @@ Some examples of transports are [EpoxyTransport](https://github.com/MercuryWorkshop/EpoxyTransport), [CurlTransport](https://github.com/MercuryWorkshop/CurlTransport), and [Bare-Client](https://github.com/MercuryWorkshop/Bare-as-module3). ### Hosting files -Your files should be statically available from your web server. For this example [EpoxyTransport](https://github.com/MercuryWorkshop/EpoxyTransport) will be hosted at `/epoxy/` and [bare-mux](https://github.com/MercuryWorkshop/bare-mux) will be hosted at `/bare-mux/` +Your files should be statically available from your web server. For this example [EpoxyTransport](https://github.com/MercuryWorkshop/EpoxyTransport) will be hosted at `/epoxy/` and [bare-mux](https://github.com/MercuryWorkshop/bare-mux) will be hosted at `/baremux/` When using express, all transports and bare-mux provide a path that can be imported into your backend that hosts the static files. An example is shown below. ```js