From 602995f90d1dc0ace360861159707bad8958b7fb Mon Sep 17 00:00:00 2001 From: samcm Date: Sun, 4 Dec 2016 20:09:36 +1100 Subject: [PATCH] Readme Updates --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9bc3e51c..b7b0d9ce 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ node_modules/ .stversions/ .stignore dist -build/ \ No newline at end of file +build/ +npm-debug* \ No newline at end of file diff --git a/README.md b/README.md index 38480bd7..f929a090 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ You will need to run Plex Together from the command line: * Clone this repo * cd to the server directory * Run the server - * ``node index.js`` + * ``node server.js`` * By default, the server will listen on 0.0.0.0:8088. Feel free to change this if that port is in use. ----