diff options
author | Markus Wüstenberg | 2022-10-17 14:09:37 +0200 |
---|---|---|
committer | GitHub | 2022-10-17 12:09:37 +0000 |
commit | 34df17d356afbb6293fc856007f18cc62d112dcb (patch) | |
tree | 4d51cc1823520eff929d6f25b95509e96e51e104 | |
parent | 0e52e94472e2ddd7fea31699011308b4e2bca696 (diff) | |
download | gomponents-34df17d356afbb6293fc856007f18cc62d112dcb.tar.lz gomponents-34df17d356afbb6293fc856007f18cc62d112dcb.tar.zst gomponents-34df17d356afbb6293fc856007f18cc62d112dcb.zip |
Add Go report card to readme (#111)
Also fix godoc badge to point to pkg.go.dev.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 3bcbed8..6506e92 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Tired of complex template languages? -[](https://godoc.org/github.com/maragudk/gomponents) +[](https://pkg.go.dev/github.com/maragudk/gomponents) [](https://github.com/maragudk/gomponents/actions/workflows/ci.yml) [](https://codecov.io/gh/maragudk/gomponents) +[](https://goreportcard.com/report/github.com/maragudk/gomponents) Try view components in pure Go. |