Skip to content

Commit

Permalink
link for behaviour customization
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes committed Sep 12, 2021
1 parent d50f437 commit faa0237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -22,8 +22,8 @@
your Go application. It saves results between runs, uses etags to speed up responses, and tries to minimize the overhead it adds to an otherwise fast
application CLI run.

If caching to disk, or reading from GitHub don't work for you, you can
customize the behaviour.
If caching to disk or reading from GitHub don't work for you, you can
[customize the behaviour][impl].

## Quick start

Expand Down Expand Up @@ -76,6 +76,7 @@ I would love your help!
- Letting [me] know if you're using `whatsnew`.

[godoc]: https://pkg.go.dev/github.com/jbowes/whatsnew
[impl]: https://pkg.go.dev/github.com/jbowes/whatsnew/impl

[issues]: ./issues
[bug]: ./issues/new?labels=bug
Expand Down

0 comments on commit faa0237

Please sign in to comment.