Add a handler I'm writing for slog
diff --git a/Resources-for-slog.md b/Resources-for-slog.md
index a1c897b..b8c03a4 100644
--- a/Resources-for-slog.md
+++ b/Resources-for-slog.md
@@ -11,4 +11,5 @@
 - Experimental example using both OpenTelemetry and `slog`: https://github.com/justinsb/experiments-slog
 - Additional resources written by jba: https://github.com/jba/slog
 - slogd - slog with duration https://github.com/kaihendry/slogd with video https://youtu.be/IsPa11N5pzI
-- tinted (colorized) output: https://pkg.go.dev/github.com/lmittmann/tint
\ No newline at end of file
+- tinted (colorized) output: https://pkg.go.dev/github.com/lmittmann/tint
+- humane: a human-friendly (but still largely structured) slog Handler: https://github.com/telemachus/humane
\ No newline at end of file