diff --git a/README.md b/README.md index bfb456c..e69406e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# phaser3-project-template +# Phaser 3 Webpack Project Template + A Phaser 3 Project Template ## How to run: -npm start \ No newline at end of file +`npm run build` diff --git a/package.json b/package.json index 37b48bc..6043484 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/index.js", "scripts": { "build": "webpack", - "start": "npm run build && node_modules/.bin/live-server --port=8000" + "start": "webpack && node_modules/.bin/live-server --port=8000" }, "repository": { "type": "git",