Skip to content

Commit

Permalink
Fix godoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
nlowe committed Jul 26, 2019
1 parent c41b2d8 commit cf26db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To add `autojson` to your project, simply `go get` it:
go get -u github.com/nlowe/autojson
```

`autojson` accepts a wide variety of handler functions. See the [godoc](https://godoc.org/nlowe/autojson#HandlerFunc)
`autojson` accepts a wide variety of handler functions. See the [godoc](https://godoc.org/github.com/nlowe/autojson#HandlerFunc)
for details. In general, your handlers now return concrete types and an optional HTTP Status Code and/or error,
`autojson` takes care of the serialization. See the [example](./sample/main.go) for more details.

Expand Down

0 comments on commit cf26db8

Please sign in to comment.