From 0141d699f04538f0e6619a98c1467e6f19e61632 Mon Sep 17 00:00:00 2001 From: mayeaux Date: Mon, 23 Aug 2021 20:39:45 +0200 Subject: [PATCH] Fix the link to the web server Addresses: https://github.com/lbryio/lbry-desktop/issues/6058 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3074089fc..924bfa557 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can run the web version (lbry.tv), the electron app, or both at the same tim `yarn dev:web` -- This uses webpack-dev-server and includes hot-reloading. If you want to debug the [web server we use in production](https://github.com/lbryio/lbry-desktop/blob/master/src/platforms/web/server.js) you can run `yarn dev:web-server`. This starts a server at `localhost:1337` and does not include hot reloading. +- This uses webpack-dev-server and includes hot-reloading. If you want to debug the [web server we use in production](https://github.com/lbryio/lbry-desktop/blob/master/web/index.js) you can run `yarn dev:web-server`. This starts a server at `localhost:1337` and does not include hot reloading. #### Customize the web app