Skip to content

Commit

Permalink
Merge pull request #12 from mrzasa/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ridiculous authored Sep 16, 2016
2 parents 0c1d7ab + bda3424 commit 0cd47cb
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 @@ -23,7 +23,7 @@ gem 'grape-middleware-logger'
## Usage
```ruby
class API < Grape::API
# @note Make sure this is above you're first +mount+
# @note Make sure this is above your first +mount+
insert_after Grape::Middleware::Formatter, Grape::Middleware::Logger
end
```
Expand Down

0 comments on commit 0cd47cb

Please sign in to comment.