README.md in danger-prose-2.0.6 vs README.md in danger-prose-2.0.7

- old
+ new

@@ -56,10 +56,13 @@ `ignore_acronyms` - Allows you to specify that you want to ignore acronyms as spelling errors. Defaults to `false`, switch it to `true` if you wish to ignore acronyms. +`language` - Allows you to specify dictionary language to use for spell-checking. +Defaults to `en-gb`, switch to `en-us`, `en-au` or `es-es`, to +override. #### Methods `lint_files` - Lints the globbed markdown files. Will fail if `proselint` cannot be installed correctly. Generates a `markdown` list of warnings for the prose in a corpus of .markdown and .md files. @@ -67,6 +70,5 @@ `proselint_installed?` - Determine if proselint is currently installed in the system paths. `mdspell_installed?` - Determine if mdspell is currently installed in the system paths. `check_spelling` - Runs a markdown-specific spell checker, against a corpus of `.markdown` and `.md` files. -