From cae7ac03fbeb167a7f940447b7f9c3687a013ec5 Mon Sep 17 00:00:00 2001 From: Brulijam Date: Mon, 27 Nov 2023 01:22:22 +0100 Subject: [PATCH] Typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfb24b6..bb169b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Screeps -Personal cripts for the MMO Coding Game [Screeps](https://screeps.com/). +Personal scripts for the MMO Coding Game [Screeps](https://screeps.com/). ## Setup -To enable autocomplete execute `npm install @types/screeps @types/lodash` in `scripts` where your screeps scripts root directory is. \ No newline at end of file +To enable autocomplete execute `npm install @types/screeps @types/lodash` in `scripts` where your screeps scripts root directory is.