diff options
author | Markus Wüstenberg | 2024-06-25 13:46:24 +0200 |
---|---|---|
committer | GitHub | 2024-06-25 13:46:24 +0200 |
commit | 1c0ceb44a530632be2d591eafcadea2ba481a682 (patch) | |
tree | b61cc5295dd71ea337ed118a0834e81a80c3dd7d /README.md | |
parent | d9708f9290f723dd4424f86d300b18974e2c169b (diff) | |
download | gomponents-1c0ceb44a530632be2d591eafcadea2ba481a682.tar.lz gomponents-1c0ceb44a530632be2d591eafcadea2ba481a682.tar.zst gomponents-1c0ceb44a530632be2d591eafcadea2ba481a682.zip |
Adjust documentation on Iff (#179)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
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 |