From 1ea747ca8fea5b3ed008b85499a847164c99028a Mon Sep 17 00:00:00 2001 From: Mrinal Wadhwa Date: Fri, 9 Nov 2018 12:41:28 -0800 Subject: [PATCH] docs: add godoc.org badge and link to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 320a42f..5810435 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # did +[![GoDoc](https://godoc.org/github.com/ockam-network/did?status.svg)](https://godoc.org/github.com/ockam-network/did) + `did` is a Go package that provides tools to work with [Decentralized Identifiers (DIDs)](https://w3c-ccg.github.io/did-spec). @@ -90,7 +92,7 @@ fmt.Println(d.String()) // Output: did:example:q7ckgxeq1lxmra0r#keys-1 ``` -For more documentation and examples, please see godoc. +For more documentation and examples, please see [godoc](https://godoc.org/github.com/ockam-network/did). ## Build