From 6109d1e0124111ca6d472e7186e40e0c5307d04b Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 9 Mar 2018 17:02:12 -0500 Subject: [PATCH] Updated README to Markdown --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eaecd92..eb8bcdd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Air Hockey A simple browser-based air hockey game using socket.io with Electron desktop client -## Development Environment +### Development Environment node 8.9.4 npm 5.7.1 Tested on MacOS 10.13.2 -## Dependencies +### Dependencies node.js, Electron, socket.io # Installation Instructions @@ -14,11 +14,11 @@ node.js, Electron, socket.io * Run _npm install_ from root directory and Electron Client directory to install node module Dependencies # Running the App -## Starting the server +### Starting the server * Execute _node app.js_ from root directory to start the app server -## Browser Client +### Browser Client * Navigate to http://localhost:3000/airhockey.html from your browser -## Electron Client +### Electron Client * Execute _npm start_ from inside the _Electron Client_ directory to launch the Electron Client