mirror of https://github.com/waku-org/noise.git
Update README
This commit is contained in:
parent
59221ed642
commit
8aa584aaa2
|
@ -1,5 +1,5 @@
|
|||
# noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise)
|
||||
# noise [![Go Reference](https://pkg.go.dev/badge/github.com/flynn/noise.svg)](https://pkg.go.dev/github.com/flynn/noise) [![CI Status](https://github.com/flynn/noise/actions/workflows/ci.yml/badge.svg)](https://github.com/flynn/noise/actions)
|
||||
|
||||
This is a Go package that implements the [Noise Protocol
|
||||
Framework](https://noiseprotocol.org). See [the
|
||||
documentation](https://godoc.org/github.com/flynn/noise) for usage information.
|
||||
documentation](https://pkg.go.dev/github.com/flynn/noise) for usage information.
|
||||
|
|
Loading…
Reference in New Issue