Merge branch 'develop' into nightly.spacy.io

This commit is contained in:
Ines Montani 2020-09-13 23:47:03 +02:00
commit f72c64e594

View File

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