Skip to content

Commit

Permalink
add link to pkg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Jun 1, 2022
1 parent 5ba063e commit 2200739
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Receivers handle the actual webhook side of things, doing auth and basic sanity

In between (receivers and dispatchers) are an optional chain of transformations which accept bytes as their input, do _something_ with those bytes, and then return bytes.

## Documentation

[![Go Reference](https://pkg.go.dev/badge/github.com/whosonfirst/go-webhookd.svg)](https://pkg.go.dev/github.com/whosonfirst/go-webhookd)

## Install

You will need to have both `Go` (specifically version [1.16](https://golang.org/dl) or higher) and the `make` programs installed on your computer. Assuming you do just type:
Expand Down

0 comments on commit 2200739

Please sign in to comment.