From 423a9ee26dd99aea7a4b58f8339e8d8937379a41 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sun, 11 Jan 2026 23:33:48 +1100 Subject: [PATCH] updated docs --- hws/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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