mirror of https://github.com/explosion/spaCy.git
Fix a typo
This commit is contained in:
parent
a59f3fcf5d
commit
6fdc33203a
|
@ -269,7 +269,7 @@ best-matching package compatible with your spaCy installation.
|
||||||
>
|
>
|
||||||
> ```diff
|
> ```diff
|
||||||
> - python -m spacy download en
|
> - python -m spacy download en
|
||||||
> + python -m spacy dowmload en_core_web_sm
|
> + python -m spacy download en_core_web_sm
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
> ```diff
|
> ```diff
|
||||||
|
|
Loading…
Reference in New Issue