Skip to content

Commit

Permalink
update README.md πŸ“‹ ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi authored Apr 12, 2020
1 parent d2ec441 commit 4b40038
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 @@ -165,7 +165,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 Expand Up @@ -335,4 +335,4 @@ The initial code was largely based on [express-jwt](https://github.com/auth0/exp

## License

[MIT](/LICENSE)
[MIT](/LICENSE)

0 comments on commit 4b40038

Please sign in to comment.