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 GitHub
parent 515d5c65d5
commit 2602a30d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">