From 8065f6123f44c0e32a717ce0b37712603c5e2316 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 13 Sep 2018 17:33:00 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f70ad..beda4b8 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ were used for these experiments. Install spacy and download the German models: ``` -pip install-U spacy==2.0.11 +pip install -U spacy==2.0.11 python -m spacy download de ```