From a321f571692c691683e300610a7c68ad7b09029e Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Mon, 11 Nov 2024 14:40:11 +0100 Subject: [PATCH] README: We use 'go-task spellcheck' now Signed-off-by: Rune Morling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02d1cbef5..edb1c9d8e 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Please lint and spellcheck your contributions before creating a pull request. We - This project includes `prettier` for markdown and code formatting - Command: `yarn prettier` - This project includes Cspell for spell-checking, and has a custom wordlist `.cspell-allowed-wordlist.txt` - - Command: `yarn cspell` + - Command: `go-task spellcheck` - Note that we use American spelling - If you use vscode with the Code Spell Checker extension, the custom dictionary will be used - You can tidy the allowed-wordlist with `go-task tidy-words`