all repos — gomponents @ 1c0ceb44a530632be2d591eafcadea2ba481a682

HTML components in pure Go

Adjust documentation on Iff (#179)

Markus Wüstenberg
commit

1c0ceb44a530632be2d591eafcadea2ba481a682

parent

d9708f9290f723dd4424f86d300b18974e2c169b

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M README.mdREADME.md
@@ -28,7 +28,7 @@ - Auto-completion
- 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