Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pawamoy/mkdocs-spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Dec 3, 2024
2 parents 2e80ed3 + 4c64526 commit e0e5c75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ To install all backends, use the `all` extra.
Otherwise specify the name(s) of the backend(s) as extra.

```bash
pip install mkdocs-spellcheck[all]
pip install mkdocs-spellcheck[codespell]
pip install mkdocs-spellcheck[symspellpy]
pip install mkdocs-spellcheck[codespell,symspellpy]
pip install 'mkdocs-spellcheck[all]'
pip install 'mkdocs-spellcheck[codespell]'
pip install 'mkdocs-spellcheck[symspellpy]'
pip install 'mkdocs-spellcheck[codespell,symspellpy]'
```

## Usage
Expand Down

0 comments on commit e0e5c75

Please sign in to comment.