From cfa81bc724524f55feb872e7e8d8f6afa5fa52d7 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sat, 27 Dec 2014 12:33:31 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9581864..63f7777 100644 --- a/README.md +++ b/README.md @@ -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