about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Wüstenberg2024-06-25 13:46:24 +0200
committerGitHub2024-06-25 13:46:24 +0200
commit1c0ceb44a530632be2d591eafcadea2ba481a682 (patch)
treeb61cc5295dd71ea337ed118a0834e81a80c3dd7d /README.md
parentd9708f9290f723dd4424f86d300b18974e2c169b (diff)
downloadgomponents-1c0ceb44a530632be2d591eafcadea2ba481a682.tar.lz
gomponents-1c0ceb44a530632be2d591eafcadea2ba481a682.tar.zst
gomponents-1c0ceb44a530632be2d591eafcadea2ba481a682.zip
Adjust documentation on Iff (#179)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bef2fbf..744b104 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Made in 🇩🇰 by [maragu](https://www.maragu.dk), maker of [online Go courses
   - Nice formatting with `gofmt`
 - Simple API that's easy to learn and use (you know most already if you know HTML)
 - Useful helpers like `Text` and `Textf` that insert HTML-escaped text, `Map` for mapping data to components,
-  and `If` for conditional rendering.
+  and `If`/`Iff` for conditional rendering.
 - No external dependencies
 
 ## Usage