Skip to content

Commit 0bc2f0b

Browse files
authored
Fix Issue #2
This was an oversight when originally creating the documentation.
1 parent 8efb13d commit 0bc2f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ containerized application.
1919
```bash
2020
docker run --rm --name dockagator \
2121
-v "$(pwd)":/project \
22-
-v "$HOME/.gatorgrader":/root/.local/share \
22+
-v "$HOME/.dockagator":/root/.local/share \
2323
gatoreducator/dockagator
2424
```
2525

0 commit comments

Comments
 (0)