Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps-sigsci authored Aug 19, 2019
1 parent 08cace0 commit 698f4a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ level. This golang module is written as a `http.Handler` wrapper. To
integrate your application with the module, you will need to wrap your
existing handler with the module handler.

Example Code Snippet:
## Installation
`go get github.com/signalsciences/sigsci-module-golang`

## Example Code Snippet
```go
// Existing http.Handler
mux := http.NewServeMux()
Expand Down

0 comments on commit 698f4a0

Please sign in to comment.