Skip to content

Commit

Permalink
blog: fix slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored May 4, 2020
1 parent f5df2f6 commit ee6b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2020-05-04-dvc-3-years-and-1-0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ $ open logs.csv.html
_Learnings:_ In ML projects, data transfer optimization is still the king.

We've done substantial work on optimizing data management commands, such as
`dvc pull \ push \ status -c \ gc -c`. Now, based on the amount of data, DVC can
`dvc pull / push / status -c / gc -c`. Now, based on the amount of data, DVC can
choose an optimal data remote traversing strategy.

[Mini-indexes](https://github.com/iterative/dvc/issues/2147) were introduced to
Expand Down

0 comments on commit ee6b2e2

Please sign in to comment.