[docs] Minor wording fixes

This commit is contained in:
Resi Respati
2017-12-11 23:51:22 +07:00
parent 23cfd4942d
commit cccf5a5aa2
2 changed files with 6 additions and 4 deletions

View File

@@ -35,7 +35,11 @@ The type definitions for Screeps come from [typed-screeps](https://github.com/sc
## Documentation
We also have a community-maintained [documentation page](https://screepers.gitbooks.io/screeps-typescript-starter/), which includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow.
We've also spent some time reworking the documentation from the ground-up, which is now generated through [Gitbooks](https://www.gitbook.com/). Includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow.
Maintaining the docs will also become a more community-focused effort, which means you too, can take part in improving the docs for this starter kit.
To visit the docs, [click here](https://screepers.gitbooks.io/screeps-typescript-starter/).
## Contributing