From 94c1d636b66d40446753732c083bc9cd747cdadb Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 02:00:00 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ddb3e52..be1c45b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -#Gwent-Online +# Gwent-Online -#Introduction +# Introduction Not-Gwent-Online is a standalone multiplayer version of Gwent, a card game from The Witcher 3. -#Install -##- Requirements +# Install +## - Requirements - [node.js](https://nodejs.org/) installed - [GraphicsMagick](http://www.graphicsmagick.org) installed (for generating sprites) -##- Build +## - Build ```sh cd ~/myWebserverRoot @@ -19,15 +19,15 @@ npm run build ``` -##- Config +## - Config - go to /public and open Config.js - change hostname to your address. (e.g., "192.168.123.1")
Make sure you don't have a trailing slash after your IP or address. (e.g., "192.168.123.1/") -##- Start Server +## - Start Server ```sh cd ~/myProjectDirectory/not-gwent-online node server/server.js ``` -##- Start Client +## - Start Client - Open your browser and go to e.g. "http://192.168.123.1:3000"