From efbc21cb95e62c409cc3582afe4a13ace319fe82 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Tue, 18 Jan 2022 13:59:30 -0600 Subject: [PATCH] Update --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3b75d9a..1f7eaf3 100644 --- a/README.md +++ b/README.md @@ -90,23 +90,10 @@ EJS_gameID = 1; 1. Download the **[Server]**. -2. Install **NPM** - - ```sh - npm install - ``` - -3. Start the server with: - - ```sh - npm run start - ``` - -4. Specify the servers address with: +2. Specify the servers address with: ```js -// Absolute Url To Your Netplay Server -EJS_netplayUrl = `http://localhost:3000/`; +EJS_netplayUrl = 'http://localhost:3000/'; // Absolute Url To Your Netplay Server ```
@@ -191,7 +178,7 @@ Read the whole license [here](LICENSE) [EJS]: https://www.emulatorjs.com/ -[Server]: https://github.com/ethanaobrien/emuserver +[Server]: https://github.com/ethanaobrien/emuserver/releases [NES / Famicom]: docs/NES-Famicom.md [SNES]: docs/SNES.md