Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed May 1, 2021
1 parent c2d5dec commit a966af2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ func YourHttpHandler(in *CreateCustomerInput) (CreateCustomerOutput, error) {
}
```

## Install

```shell
go get github.com/alexisvisco/[email protected]
```

## Compatibility with framework
- chi (by default)
- [gorilla/mux](https://github.com/alexisvisco/kcd-mux)
Expand Down

0 comments on commit a966af2

Please sign in to comment.