0
0
Fork 0

Fix spelling error in README

This commit is contained in:
Oliver-Akins 2021-03-03 17:36:29 -07:00
parent 758666c5fb
commit c9a0eb5563

View file

@ -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