Update docs [ci skip]

This commit is contained in:
Ines Montani 2020-09-13 23:46:51 +02:00
parent 85e5910102
commit 081413f210

View File

@ -228,7 +228,7 @@ const Model = ({ name, langId, langName, baseUrl, repo, compatibility, hasExampl
{name}
</H2>
<Aside title="Installation">
<CodeBlock lang="bash" prompt="$">
<CodeBlock lang="cli" prompt="$">
python -m spacy download {name}
</CodeBlock>
</Aside>