From f94eab8c66964cfa5c12e18f0a81481c2080c95b Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Sat, 24 Jun 2023 15:40:41 +1000 Subject: [PATCH] Fixed documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9c7c5b..ab2e22c 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Open `Terminal.app` (you can search for **Terminal** in Spotlight) and change to To process a **single MXF file**: ```bash -./rename-avid-mxf.sh "/path/to/yourfile.mxf" +./rename-avid-mxf "/path/to/yourfile.mxf" ``` To process a **folder** of MXF files: ```bash -./rename-avid-mxf.sh "/path/to/folder" +./rename-avid-mxf "/path/to/folder" ``` This script will recursively search through the specified folder and rename all MXF files based on their package name.