Skip to content

Commit 3b47594

Browse files
Merge pull request #560 from mlcommons/readme_fixes
Update README.md
2 parents 8736a30 + dfb7701 commit 3b47594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ make sure the data directory is mounted to a directory on your host with
2828
-v flag. If you are following instructions from the README you will have used
2929
the `-v $HOME/data:/data` flag in the `docker run` command. This will mount
3030
the `$HOME/data` directory to the `/data` directory in the container.
31-
In this case set --data_dir to `\data`.
31+
In this case set --data_dir to `/data`.
3232
```bash
3333
DATA_DIR='/data'
3434
```

0 commit comments

Comments
 (0)