From f6ad461579021289dd28c56a5c3c3e2d8672d454 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 10 Mar 2018 17:07:56 -0500 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9b7931..7a48641 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ A simple browser-based air hockey game using socket.io with Electron desktop client ### Development Environment -node 8.9.4 -npm 5.7.1 -Tested on MacOS 10.13.2 +* node 8.9.4 +* npm 5.7.1 +* Tested on MacOS 10.13.2 ### Dependencies node.js, Electron, socket.io # Installation Instructions -.. * Clone to local machine +* Clone to local machine * Run _npm install_ from root directory and Electron Client directory to install node module Dependencies # Running the App