Skip to content

Commit

Permalink
Documentation - fixed broken link (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed May 3, 2023
1 parent 2d6c5d7 commit 537a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Workflow:
* Failures are reported using [`testify`](https://github.com/stretchr/testify/) (`assert` or `require` package) or standard `testing` package.
* JSON values are pretty-printed using `encoding/json`, Go values are pretty-printed using [`litter`](https://github.com/sanity-io/litter).
* Dumping requests and responses in various formats, using [`httputil`](https://golang.org/pkg/net/http/httputil/), [`http2curl`](https://github.com/moul/http2curl), or simple compact logger.
* Color support using [`fatih/color`](github.com/fatih/color).
* Color support using [`fatih/color`](https://github.com/fatih/color).

##### Tuning

Expand Down

0 comments on commit 537a127

Please sign in to comment.