about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Wüstenberg2024-03-12 17:34:55 +0100
committerMarkus Wüstenberg2024-03-12 17:34:55 +0100
commit90b1f2d7dfa7ed581b2fd81a7ba3c3935c4c6262 (patch)
tree011d7e520d21a7c25c602adedee022e38c94017e /README.md
parent4e1554d612ea52f5cb4b5957bcec126ab789bdea (diff)
downloadgomponents-90b1f2d7dfa7ed581b2fd81a7ba3c3935c4c6262.tar.lz
gomponents-90b1f2d7dfa7ed581b2fd81a7ba3c3935c4c6262.tar.zst
gomponents-90b1f2d7dfa7ed581b2fd81a7ba3c3935c4c6262.zip
Just call it HTML components in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 76f6d11..ca84c7f 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@
 [![codecov](https://codecov.io/gh/maragudk/gomponents/branch/main/graph/badge.svg)](https://codecov.io/gh/maragudk/gomponents)
 [![Go Report Card](https://goreportcard.com/badge/github.com/maragudk/gomponents)](https://goreportcard.com/report/github.com/maragudk/gomponents)
 
-Try view components in pure Go.
+Try HTML components in pure Go.
 
-_gomponents_ are view components written in pure Go.
+_gomponents_ are HTML components written in pure Go.
 They render to HTML 5, and make it easy for you to build reusable components.
 So you can focus on building your app instead of learning yet another templating language.
 
@@ -21,7 +21,7 @@ Made in 🇩🇰 by [maragu](https://www.maragu.dk), maker of [online Go courses
 
 ## Features
 
-- Build reusable view components
+- Build reusable HTML components
 - Write declarative HTML5 in Go without all the strings, so you get
   - Type safety
   - Auto-completion