diff --git a/README.md b/README.md index 38bfe18..b24d248 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ **Status:** Experimental (only for development, expect crashes) -DOCKER-SSHFS +docker-mount-sshfs # Docker Mount SSHFS @@ -22,7 +22,7 @@ docker create --name=sshfs \ --device=/dev/fuse \ -v :/config \ -v :/mnt:shared \ - ghcr.io/robin-rpr/docker-sshfs:main + ghcr.io/robin-rpr/docker-mount-sshfs:main ``` ```bash