Apply suggestions from code review

Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
Puneetha Pai
2020-07-31 20:33:25 +05:30
committed by Starbeamrainbowlabs
parent c6d6d7618c
commit 91e565ba81
11 changed files with 51 additions and 50 deletions

View File

@@ -1,20 +1,20 @@
# dvc
> Data Version Control i.e git for data.
> Data Version Control: like `git` for data.
> More information: <https://dvc.org/>.
- Check the DVC version:
`dvc --version`
- Call general help:
- Display general help:
`dvc --help`
- Call help on a command:
- Display help about a specific subcommand:
`dvc {{command}} --help`
`dvc {{subcommand}} --help`
- Execute DVC command:
- Execute a DVC subcommand:
`dvc {{command}}`
`dvc {{subcommand}}`