From 4d6222abf70a96f18889fb35e78a3cebcac85a00 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Fri, 29 Sep 2023 16:41:52 +1000 Subject: [PATCH] Feature 100% test coverage --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 442e3c3..214e7ff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ inspired by, and similar to [the original PyHTML library](https://github.com/cenkalti/pyhtml), but with improved documentation and type safety. -## Benefits over PyHTML +## Features * Inline documentation and type safety for all tags. Documentation for tags is pulled from MDN Web Docs. @@ -14,6 +14,8 @@ improved documentation and type safety. * No dependencies. +* 100% test coverage + ## Usage ```py