Skip to content

Commit 2cee30c

Browse files
committed
Readme
1 parent 7c08809 commit 2cee30c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ define a 'wordlist' to allow custom terminology without having to abuse punctuat
2020
The function `spell_check_files` automatically parses known text formats and only spell checks text blocks, not code chunks.
2121

2222
```r
23-
spell_check_files('README.md')
23+
spell_check_files('README.md', lang = 'en_US')
2424
# WORD FOUND IN
2525
# AppVeyor README.md:5
2626
# CMD README.md:12
2727
# RStudio README.md:8
2828
```
2929

30+
For more information about the underlying spelling engine and how to add
31+
support for other languages, see the [hunspell package](https://bit.ly/2EquLKy).
32+
33+
![screenshot](https://jeroen.github.io/images/rs-hunspell.png)
34+
3035
## Spell Check a Package
3136

3237
Spell check documentation, description, readme, and vignettes of a package:

0 commit comments

Comments
 (0)