Skip to content

Commit

Permalink
Fix reference to choo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjennings authored and lrlna committed Apr 27, 2018
1 parent 64965d4 commit 2d1e99c
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 @@ -274,7 +274,7 @@ Each route has a signature of `(req, res, ctx)`:
Parameters picked up from the `router` using the `:route` syntax in the route.

#### ctx.env
Environment variables passed into the `choo({ env })` constructor.
Environment variables passed into the `merry({ env })` constructor.

#### ctx.log[loglevel]\([…data])
Log data. Loglevel can be one of `trace`, `debug`, `info`, `warn`, `error`,
Expand Down

0 comments on commit 2d1e99c

Please sign in to comment.