From 691c71249c30292f8ab0b7387c0e91b9d494a52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20R=C3=B6per?= Date: Sun, 6 Nov 2022 04:36:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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