From d7150852b41318f06fbdd49f58f083453d3beb63 Mon Sep 17 00:00:00 2001 From: Martin Bertschler Date: Thu, 2 Apr 2020 18:08:48 +0200 Subject: [PATCH] update docs link to go.dev and mark stable --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f274b9..45a6daf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Blocks rendering library ======================== -![status alpha](https://img.shields.io/badge/status-alpha-red.svg) [![](https://godoc.org/github.com/mbertschler/blocks?status.svg)](http://godoc.org/github.com/mbertschler/blocks) +![status stable](https://img.shields.io/badge/status-stable-green?style=flat-square) [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/mbertschler/blocks/html?tab=doc) + Blocks is a Go library for writing HTML similar to React components.