Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Jun 24, 2023
1 parent 4585f33 commit f94eab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f94eab8

Please sign in to comment.