Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[API Reference](http://godoc.org/github.com/codegangsta/martini-contrib/web)

## Description
`web.Context` provides a [web.go][] compitable layer for reusing the code written with
hoisie's `web.go` framework. Here compitable means we can use `web.Context` the same
`web.Context` provides a [web.go][] compatible layer for reusing the code written with
hoisie's `web.go` framework. Here compatible means we can use `web.Context` the same
way as in hoisie's `web.go` but not the others.

## Usage
Expand Down