Skip to content

Commit

Permalink
Just call it HTML components in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg committed Mar 12, 2024
1 parent 4e1554d commit 90b1f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 90b1f2d

Please sign in to comment.