Skip to content

Commit 5e26678

Browse files
docs: update example
1 parent 21e2d22 commit 5e26678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Configure auto-execution of different commands using semantic YAML and [Unix she
66

77
For a workflow as simple as:
88
```bash
9-
find . -name '*.ts' | funzzy 'npx eslint .'
9+
find . -name '*.ts' | funzzy 'npx eslint {{relative_path}}'
1010
```
1111

1212
Or more complex workflows like:

0 commit comments

Comments
 (0)