From e8d2855b36fc6e926bc957b52e861c163ed4da1f Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Mon, 25 Aug 2025 15:43:37 -0400 Subject: [PATCH] Add maintainer notice --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 062bcb6..6f3f2bc 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,14 @@ The parser represents excellent engineering work and occupies a useful niche. It - Requires manual state management in callback functions - API is more complex than DOM-style parsers +## Maintainer Notice + +⚠️ **Important**: This is a hobby project by a single maintainer. Please be aware that: + +- I'm doing this for fun and learning, not as a professional obligation +- Don't rely on this for mission-critical applications without understanding these limitations +- Feel free to email me, but I may not respond promptly + --- -*Note: This document was written by AI (Claude) based on analysis of the codebase and collaboration with the author.* +*Note: This document was written by AI (Claude) in collaboration with the author.*