diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-02-04 06:35:37 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-02-04 06:35:37 +0100 |
commit | a02966d1d1a79e45b81a99d4c0627efb2d7c8a00 (patch) | |
tree | f3e4cdeff78c61518171ecb61cc26cd6c915eae3 | |
parent | ba5fdf20df72d1920c53a4fcb2d490daf322239d (diff) | |
download | pdf-simple-sign-a02966d1d1a79e45b81a99d4c0627efb2d7c8a00.tar.gz pdf-simple-sign-a02966d1d1a79e45b81a99d4c0627efb2d7c8a00.tar.xz pdf-simple-sign-a02966d1d1a79e45b81a99d4c0627efb2d7c8a00.zip |
README.adoc: actually make the extfs name match
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index b6a9233..10e581f 100644 --- a/README.adoc +++ b/README.adoc @@ -53,7 +53,7 @@ To enable the VFS, edit your _~/.config/mc/mc.ext.ini_ to contain: ---- [pdf] Type=^PDF -Open=%cd %p/pdf:// +Open=%cd %p/extfs-pdf:// ---- Contributing and Support |