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}"