From 4b40038dd779c212184a35debec36bbfdd64be0b Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Sun, 12 Apr 2020 18:45:37 +0200 Subject: [PATCH] =?UTF-8?q?update=20README.md=20=F0=9F=93=8B=20..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ff4d90..bd281a3 100644 --- a/README.md +++ b/README.md @@ -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(); @@ -335,4 +335,4 @@ The initial code was largely based on [express-jwt](https://github.com/auth0/exp ## License -[MIT](/LICENSE) \ No newline at end of file +[MIT](/LICENSE)