From 583c4575478cba2fe22ddeee9b77071ed001a264 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Wed, 1 Sep 2021 16:49:24 +0200 Subject: [PATCH] docs: Add Hunspell to the list of packages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95fbb1edde5..41a59d63bc1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The cspell mono-repo, a spell checker for code. - [cspell-tools](packages/cspell-tools) -- tool used to compile dictionaries. - [cspell-trie-lib](packages/cspell-trie-lib) -- trie data structure used to store words. - [cspell-trie](packages/cspell-trie) -- trie data tool used to store words. +- [hunspell-reader](packages/hunspell-reader) -- reads Hunspell files and outputs words. ## Related Packages