From cc992260c93ca762cc7799ffbf4d427aaa837726 Mon Sep 17 00:00:00 2001 From: Brian Sharon Date: Mon, 13 May 2024 15:13:21 -0600 Subject: [PATCH] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b8971..325fac4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See [basic.ino](examples/basic/basic.ino) for a sketch demonstrating basic Minis ## Partials -Partials are a powerful Mustache feature allow you to define a chunk of template code and use it in a loop. See [partials.ino](examples/partials/partials.ino) for a sketch demonstrating how to use partials with Ministache. +Partials are a powerful Mustache feature, allowing you to define a chunk of template code and use it in a loop. See [partials.ino](examples/partials/partials.ino) for a sketch demonstrating how to use partials with Ministache. ## Projects using Ministache