Skip to content

Commit

Permalink
docs: improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Sep 6, 2024
1 parent 98a70bf commit b881b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Modify `--follow` behavior by minimizing noisy output. (#122)

> [!TIP]
> If you want the existing behavior, I added a `--follow-verbose` flag. But please do let me know if this affected you, as I plan to remove this before cutting a `v1.0.0`. Thank you!
>
> If you want the existing behavior, I added a `--follow-verbose` flag. But please do let me know if
> this affected you, as I plan to remove this before cutting a `v1.0.0`. Thank you!
## [v0.13.3]

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

A command line tool for analyzing and summarizing `go test` output.

**Don't forget to run `go test` with the `-json` flag.**
> [!TIP]
>
> Don't forget to run `go test` with the `-json` flag.
Pass | Fail
:-------------------------:|:-------------------------:
Expand Down

0 comments on commit b881b14

Please sign in to comment.