diff --git a/spellcheck.yml b/spellcheck.yml index 27a84d6..0e328d5 100644 --- a/spellcheck.yml +++ b/spellcheck.yml @@ -1,7 +1,7 @@ -matrix: - - name: Python Source - aspell: - lang: en - d: en_US - sources: - - pyspelling/**/*.py +- name: markdown + sources: + - README.md + aspell: + lang: en + d: en_US + mode: markdown