Skip to content

Commit

Permalink
docs: add godoc.org badge and link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Nov 9, 2018
1 parent 8aa545d commit 1ea747c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1ea747c

Please sign in to comment.