diff --git a/hws/README.md b/hws/README.md index 5f60a81..998d80e 100644 --- a/hws/README.md +++ b/hws/README.md @@ -1,4 +1,4 @@ -# hws +# HWS (H Web Server) [![Go Reference](https://pkg.go.dev/badge/git.haelnorr.com/h/golib/hws.svg)](https://pkg.go.dev/git.haelnorr.com/h/golib/hws) @@ -114,6 +114,6 @@ Contributions are welcome! Please feel free to submit a Pull Request. ## Related Projects -- [hwsauth](https://git.haelnorr.com/h/golib/hwsauth) - JWT authentication middleware for hws +- [HWSAuth](https://git.haelnorr.com/h/golib/hwsauth) - JWT authentication middleware for HWS - [hlog](https://git.haelnorr.com/h/golib/hlog) - Structured logging with zerolog - [jwt](https://git.haelnorr.com/h/golib/jwt) - JWT token generation and validation