From d316626bb998f12498866bf2cef45bbc94ff714f Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Wed, 24 May 2017 10:59:06 +0200 Subject: [PATCH] Minor change to the description of the spell check --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1fb90..361dd74 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ You will need the filters available in your distribution of pandoc. # Spell checking -We use aspell to +We use aspell to check the spelling of the document against a dictionary of terms which we maintain in the repo (`.aspell.en.pws`) : + `cat D2.3-UF.md | aspell --pipe --encoding utf-8|grep -v \* | uniq` # Releases