Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codegangsta committed Nov 16, 2013
1 parent 270a9c4 commit 3302320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ m.Use(func(c martini.Context, log *log.Logger){

## Integration

A Martini instance implements http.Handler, so it can easily be used to serve subtrees
on existing go servers. For example this is a working martini app for Google App Engine:
A Martini instance implements `http.Handler`, so it can easily be used to serve subtrees
on existing go servers. For example this is a working Martini app for Google App Engine:

~~~ go
package hello
Expand Down

0 comments on commit 3302320

Please sign in to comment.