From ca54fb8fbb5d30f95edce5b29c915fc145ba0a81 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Sat, 15 Feb 2020 12:27:45 +0000 Subject: [PATCH] Add doc link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c38b39..952ed4f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # HTTP resource pack server +[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/src.lwithers.me.uk/go/htpack) + A common scenario is that you have a set of static resources that you want to serve up quickly via HTTP (for example: stylesheets, WASM).