From 16015041e44d9720ad1baeaa2a0604367ff97a77 Mon Sep 17 00:00:00 2001 From: Brian Sharon Date: Mon, 8 Jul 2024 14:36:48 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9df0f..958c431 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Ministache -A spec-complete implementation of the [Mustache](https://mustache.github.io/) templating language for Arduino. A sane alternative to building up complex strings via concatenation and custom code. Very useful for embedded web servers! +A spec-complete implementation of the [Mustache](https://mustache.github.io/) template language for Arduino. The best way to generate complex text content such as HTML, with full support for all Mustache features and 100% test coverage. A sane alternative to building up complex strings via concatenation and custom code. Very useful for embedded web servers! ## Features