diff --git a/README.md b/README.md index bcf0d9a..780269d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ All subcommands accept these persistent flags: - `renamer replace ` — Replace multiple literal tokens in sequence. Shows duplicates and conflict warnings, then applies when `--yes` is present. - `renamer remove ` — Strip ordered substrings from names with empty-name protection and duplicate detection. - `renamer extension ` — Normalize heterogeneous extensions to a single target while keeping a ledger entry for undo. -- `renamer insert ` — Insert text at symbolic (`^`, `$`) or numeric offsets (positive or negative). +- `renamer insert ` — Insert text at symbolic (`^`, `$`) offsets, count forward with numbers (`3` or `^3`), or backward with suffix tokens like `1$`. - `renamer regex