Fix DVC command example (#11457)

This command doesn't have the project dir, but it's required.
This commit is contained in:
Paul O'Leary McCann 2022-09-08 20:42:47 +09:00 committed by svlandeg
parent c50114ccfd
commit 0bbc265191

View File

@ -758,7 +758,7 @@ and [`dvc repro`](https://dvc.org/doc/command-reference/repro) to reproduce the
workflow or individual commands. workflow or individual commands.
```cli ```cli
$ python -m spacy project dvc [workflow_name] $ python -m spacy project dvc [project_dir] [workflow_name]
``` ```
<Infobox title="Important note for multiple workflows" variant="warning"> <Infobox title="Important note for multiple workflows" variant="warning">