diff --git a/README.md b/README.md index 749379b..ab3b94b 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ git clone https://gitea.arnweb.nl/corner/asdf-browser-template.git && cd asdf-br npm i ``` -You are now ready to rock! Start coding some great games! If you want to transpile your project into valid JS and HTML run `npm run build`. This will create a bundle.js, bundle.min.js and an index.html. Open up the index.html in your browser, and there is your game, ready to be distributed. +You are now ready to rock! Start coding some great games! If you want to transpile your project into valid JS and HTML run `npm run build`. This will create a output.js, output.min.js and an index.html. Open up the index.html in your browser, and there is your game, ready to be distributed.