diff --git a/README.md b/README.md index 738d83d..ca5a378 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ A game engine that grows with you npm install ``` -### Compiles and hot-reloads for development +### Hosts dev server and hot-reloads modules as they're changed ``` -npm run serve +npm starts ``` ### Compiles and minifies for production @@ -21,6 +21,11 @@ npm run serve npm run build ``` +### Hosts the production build +``` +npm run preview +``` + ### Lints and fixes files ``` npm run lint