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. ----