From 27df8687cc359e205fd549a8d1a7359cc46a5a97 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Wed, 22 Nov 2017 06:56:59 +0700 Subject: [PATCH] Fixed typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd0e581..c7d339b 100644 --- a/README.md +++ b/README.md @@ -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. -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.