Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndyakov committed Jan 2, 2017
1 parent 3a1e551 commit c6481a9
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 @@ -66,7 +66,7 @@ This middleware will set the content type of the response to

This middlware will unmarshal the request parameters to an
[whatever.Params](http://godoc.org/github.com/ndyakov/whatever) structure
and the attach it to the goji context map.
and then attach it to the goji context map.
You can access that structure from the context and work with it as either
`map[string]iterface{}` or `whatever.Params`

Expand Down

0 comments on commit c6481a9

Please sign in to comment.