Fixed typos

This commit is contained in:
Resi Respati
2017-11-22 06:56:59 +07:00
parent 80674295f1
commit 27df8687cc

View File

@@ -19,7 +19,7 @@ Fire up your preferred editor with typescript installed and you are good to go!
Screeps Typescript Starter uses rollup to compile your typescript and upload it to a screeps server. Screeps Typescript Starter uses rollup to compile your typescript and upload it to a screeps server.
Change `creeps.sample.json` to `screeps.json` and update the settings. Change `screeps.sample.json` to `screeps.json` and update the settings.
Running `rollup -c` will compile and upload your code. Running `rollup -c` will compile and upload your code.