From 6ec1dd49cbcffb8a0ff18dfc76af8483f5fcadac Mon Sep 17 00:00:00 2001 From: paku Date: Mon, 15 Apr 2024 16:01:20 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b2dca..20ad945 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It's # Differences from Flute -- New features: +- New features: - Fragment `(<> ...)`. It allows you to group elements without a wrapper element. - Boolean attributes support (e.g. `checked`, `disabled`). If the value is - `nil`: Nothing is rendered.