From a57620294290fab5b076a02085a78badbb850685 Mon Sep 17 00:00:00 2001 From: Henrikh Kantuni Date: Thu, 27 Jun 2024 22:44:35 -0400 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `htbuild` → `htbuilder` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8697ef9..cc759dd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Just annotate a Python function with `@js` and then call `str()` on it to get a fully-working JavaScript version of that function. Why? _Because why not._ -(If you like this, check out [htbuild](https://github.com/tvst/htbuild). It's the +(If you like this, check out [htbuilder](https://github.com/tvst/htbuilder). It's the HTML equivalent of jsbuilder: an HTML string builder for Python folks who don't like templating languages.)