Oops, found a mistake in the README.

This commit is contained in:
corner 2020-04-15 15:49:12 +02:00
parent cc47daed68
commit 200003134f
1 changed files with 1 additions and 1 deletions

View File

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