diff --git a/README.md b/README.md index 485a14e4f9..51015704ea 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ before we merge any in, but feel free to start! ## Spellchecking To scan source files for spelling errors, you can use the `spellcheck.sh` -script. It needs a dictionary of valid words, which is provided in +script available in the `ci` directory. It needs a dictionary of valid words, which is provided in `dictionary.txt`. If the script produces a false positive (say, you used word `BTreeMap` which the script considers invalid), you need to add this word to `dictionary.txt` (keep the sorted order for consistency).