Skip to content

Commit 548b54f

Browse files
docs: improve grammar
1 parent 6971d02 commit 548b54f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Or more complex workflows like:
3939
ignore: ["src/**/*.stories.*", "libs/**/*.log"]
4040

4141
- name: run ci checks @quick @ci
42-
run: | ## Watch with `fzz -r @ci`
42+
run: | ## Watch with `fzz -t @ci`
4343
cat .github/workflows/on-push.yml \
4444
| yq '.jobs | .[] | .steps | .[] | .run | select(. != null)' \
4545
| xargs -I {} bash -c {}
@@ -61,13 +61,13 @@ Want more examples?
6161
- [Check our workflow in funzzy](https://github.com/cristianoliveira/funzzy/blob/master/.watch.yaml#L6) :)
6262
- [Check the examples folder](https://github.com/cristianoliveira/funzzy/tree/master/examples)
6363
64-
### Enhancing your workflow
64+
### Enhance your workflows
6565
66-
Funzzy the watcher pairs well with these tools:
66+
Funzzy pairs well with these tools:
6767
68-
- _[yq](https://github.com/mikefarah/yq) - A yaml querier cli similar to `jq`_. Extract commands from GitHub Actions workflows ([see](https://github.com/cristianoliveira/funzzy/blob/master/.watch.yaml#L6))
68+
- [yq](https://github.com/mikefarah/yq) - A yaml querier similar to `jq` to extract commands from GitHub Actions!
6969

70-
- _[nrr](https://github.com/ryanccn/nrr) - A fast node task runner_. Since the watcher runs commands on change, a faster task runner makes a notable difference
70+
- [nrr](https://github.com/ryanccn/nrr) - For JS/TS projects, since Funzzy runs commands on change, a faster task runner makes a difference
7171

7272
## Motivation
7373

0 commit comments

Comments
 (0)