Skip to content

Commit

Permalink
The missprint in code example
Browse files Browse the repository at this point in the history
In example there is the missprint
  • Loading branch information
Perlover authored and sdd committed Mar 16, 2020
1 parent ceafb45 commit 30bb2dc
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 @@ -157,7 +157,7 @@ app.listen(3000);
Alternatively you can conditionally run the `jwt` middleware under certain conditions:

```js
var koa = require('koa');
var Koa = require('koa');
var jwt = require('koa-jwt');

var app = new Koa();
Expand Down

0 comments on commit 30bb2dc

Please sign in to comment.