Skip to content

Commit

Permalink
Update readme to include spellcheck instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Aug 26, 2024
1 parent fe71cb8 commit b931ec0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ A linter is included to ensure code quality
```bash
npm run lint
```
```

## Run spellchecker
We've also included a spell checker through [cspell](https://cspell.org/)
```bash
npm run spelling
```

0 comments on commit b931ec0

Please sign in to comment.