Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 2, 2019
1 parent 5e0aa7e commit 47e9290
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 @@ -191,8 +191,8 @@ Here are some Bash examples which illustrate getting and setting tag information
tageditor set mkv:FOO=bar1 mp4:©foo=bar2 -f file.mkv file.m4a
```

- In particular, the custom field `FOO` is set to `bar1` in test.mkv and the custom field `©foo`
is set to `bar2` in test.m4a. So the prefixes tell the tag editor that the specified field
- In particular, the custom field `FOO` is set to `bar1` in file.mkv and the custom field `©foo`
is set to `bar2` in file.m4a. So the prefixes tell the tag editor that the specified field
ID is a native field ID of a particular tag format rather than a generic identifier. Native
fields are only applied to the corresponding format of course.
- The following prefixes are supported:
Expand Down

0 comments on commit 47e9290

Please sign in to comment.