all repos — gomponents @ bf0db98f68ce95c18bb060913a6602de981fa715

HTML components in pure Go

Fix typo in readme

Markus Wüstenberg
commit

bf0db98f68ce95c18bb060913a6602de981fa715

parent

fd4d14bacae8e0c1617f6448010acfef43591ab6

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

changed files
M README.mdREADME.md
@@ -123,7 +123,7 @@ But otherwise, I consider gomponents pretty much feature complete.
New features to the core library are unlikely to be merged, since I like keeping it simple and the API small. In particular, new functions around collections (similar to `Map`) or flow control (`IfElse`/`Else`) will not be added. -`Map` was introduced before generics where a thing, and I think it's better to start using generic functions +`Map` was introduced before generics were a thing, and I think it's better to start using generic functions from the stdlib or other libraries, instead of adding gomponents-specific variations of them to this library. If there's something missing that you need, I would recommend to keep small helper functions around in your own projects.