From 8700c5f7f53b2f5cc6b080b8966aed0f680a7719 Mon Sep 17 00:00:00 2001 From: antangelo Date: Sat, 7 Sep 2024 00:15:55 -0400 Subject: [PATCH] nfc: Fix typos in readme --- README.md | 4 ++-- xdvdfs-cli/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 729b703..e6b1222 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ bin = "/" # this takes precedence over the below rule "sound/priority.*" = "/{0}" -# Map any file in the `sound` subdirectory with extension `mp3` -# or `wav` to `/a/filename`, "/b/filename" or `/c/filename`, based on its filename +# Map any file in the `sound` subdirectory with extension `a`, `b`, or `c`, +# to `/a/filename`, "/b/filename" or `/c/filename`, based on its filename # and extension. "sound/*.{a,b,c}" = "/{2}/{1}" diff --git a/xdvdfs-cli/README.md b/xdvdfs-cli/README.md index 962e0c8..d141a4e 100644 --- a/xdvdfs-cli/README.md +++ b/xdvdfs-cli/README.md @@ -91,8 +91,8 @@ bin = "/" # this takes precedence over the below rule "sound/priority.*" = "/{0}" -# Map any file in the `sound` subdirectory with extension `mp3` -# or `wav` to `/a/filename`, "/b/filename" or `/c/filename`, based on its filename +# Map any file in the `sound` subdirectory with extension `a`, `b`, or `c`, +# to `/a/filename`, "/b/filename" or `/c/filename`, based on its filename # and extension. "sound/*.{a,b,c}" = "/{2}/{1}"