about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Wüstenberg2020-09-14 10:51:29 +0200
committerGitHub2020-09-14 10:51:29 +0200
commitad47ed56f13f6ff76f0b0c8262ae8ea2bdbe6d2f (patch)
tree2bfbe5566dec8657ff17d79565db6bc78b872776 /README.md
parentca80dce018e5d66e2f113669d6e3738234de5678 (diff)
downloadgomponents-ad47ed56f13f6ff76f0b0c8262ae8ea2bdbe6d2f.tar.lz
gomponents-ad47ed56f13f6ff76f0b0c8262ae8ea2bdbe6d2f.tar.zst
gomponents-ad47ed56f13f6ff76f0b0c8262ae8ea2bdbe6d2f.zip
Add godoc link to readme (#2)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1eaed1c..f442e40 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # gomponents
 
-gomponents are components of DOM nodes for Go, that can render to an HTML page.
+[![GoDoc](https://godoc.org/github.com/maragudk/gomponents?status.svg)](https://godoc.org/github.com/maragudk/gomponents)
+
+gomponents are components of DOM nodes for Go, that can render to an HTML Document.
 gomponents aims to make it easy to build HTML pages of reusable components,
 without the use of a template language. Think server-side-rendered React,
 but without the virtual DOM and diffing.