Skip to content

Commit

Permalink
nfc: Fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed Sep 7, 2024
1 parent b073e8c commit 8700c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
4 changes: 2 additions & 2 deletions xdvdfs-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 8700c5f

Please sign in to comment.