Browse Source

readme: fixed typo in mount propagation keyword

Fabian Peter Hammerle 5 years ago
parent
commit
256e8fe39c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ Set the env var `$ENCFS_PASSWORD_LENGTH` to change its length.
 
 ## Access encrypted data
 
-Add `-v /somewhere:/encrypted:share` to mount the encrypted view of `/plain/*` into the host filesystem.
+Add `-v /somewhere:/encrypted:shared` to mount the encrypted view of `/plain/*` into the host filesystem.
 
 You may need to disable user namespace remapping for containers
 (dockerd option `--userns-remap`)