From b931ec0f52814983d2046b9720e46c9efb18b82c Mon Sep 17 00:00:00 2001 From: Kaelyn Ferris <43348706+kaelynj@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:21:50 -0400 Subject: [PATCH] Update readme to include spellcheck instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b17b50e..76d3c2b 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,9 @@ A linter is included to ensure code quality ```bash npm run lint ``` -``` + +## Run spellchecker +We've also included a spell checker through [cspell](https://cspell.org/) +```bash +npm run spelling ```