about summary refs log tree commit diff stats
path: root/gomponents.go
diff options
context:
space:
mode:
authorMarkus Wüstenberg2020-10-21 22:17:27 +0200
committerGitHub2020-10-21 22:17:27 +0200
commitf2a2b949704e2faa7117dd33aae8da551a4baf8e (patch)
treeadde36dd8ef829b40c4c24d44f83a594966c4ae2 /gomponents.go
parent42433a4a096f50c030479c962b0fe1337fa99c5e (diff)
downloadgomponents-f2a2b949704e2faa7117dd33aae8da551a4baf8e.tar.lz
gomponents-f2a2b949704e2faa7117dd33aae8da551a4baf8e.tar.zst
gomponents-f2a2b949704e2faa7117dd33aae8da551a4baf8e.zip
Update package doc for gomponents (#28)
Diffstat (limited to 'gomponents.go')
-rw-r--r--gomponents.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gomponents.go b/gomponents.go
index ae9a158..52d5355 100644
--- a/gomponents.go
+++ b/gomponents.go
@@ -1,4 +1,4 @@
-// Package gomponents provides components of DOM nodes for Go, that can render to an HTML Document.
+// Package gomponents provides declarative view components in Go, that can render to HTML.
 // The primary interface is a Node, which has a single function Render, which should render
 // the Node to a string. Furthermore, NodeFunc is a function which implements the Node interface
 // by calling itself on Render.