Skip to content

Commit b5710d3

Browse files
telekosmosGuillermo C. Martínez
andauthored
fix: typo as it seems docker only supports lowercased image names (#22)
Co-authored-by: Guillermo C. Martínez <[email protected]>
1 parent d924891 commit b5710d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/visionBoard/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To use visionBoard via Docker:
4747
3. (Optional) Create an alias for convenience:
4848

4949
```bash
50-
alias visionBoard="docker run --rm ghcr.io/openpathfinder/visionBoard:latest"
50+
alias visionBoard="docker run --rm ghcr.io/openpathfinder/visionboard:latest"
5151
```
5252

5353
## From Source Code

0 commit comments

Comments
 (0)