Skip to content

Commit

Permalink
chore (README)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Dec 29, 2018
1 parent f485a60 commit 3f99aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -116,7 +116,7 @@ router.get "/error" do |env|
end
rescuer = Onyx::REST::Rescuers::Standard.new
handlers = [logger, rescuer, router]
handlers = [request_id, logger, rescuer, router]
```

```console
Expand Down

0 comments on commit 3f99aa9

Please sign in to comment.