From c9a0eb5563edd6b03fc1acfadb4e1dc39a2c534e Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 3 Mar 2021 17:36:29 -0700 Subject: [PATCH] Fix spelling error in README --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 9b33762..3014a51 100644 --- a/web/README.md +++ b/web/README.md @@ -16,7 +16,7 @@ from that directory. 6. In the webserver of your choice, you must also setup an `example.com/socket.io` route that reverse proxies the websocket connection through to the Node.js server. If you do not want to set up this proxy, you can -bypass it by changing the URI in the `serc/main.js` file to have a specific URL and port. +bypass it by changing the URI in the `src/main.js` file to have a specific URL and port. Example: Change ```js