From 83b668c3d667b55095cecf35494c7814c3e74c59 Mon Sep 17 00:00:00 2001 From: Panda Date: Sat, 23 Mar 2019 09:10:27 +0800 Subject: [PATCH] Update README.md --- orange/plugins/jwt_auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orange/plugins/jwt_auth/README.md b/orange/plugins/jwt_auth/README.md index 64c3c336..a7e9f366 100644 --- a/orange/plugins/jwt_auth/README.md +++ b/orange/plugins/jwt_auth/README.md @@ -15,7 +15,7 @@ * 项目依赖 [shimohq/lua-resty-jwt](https://github.com/shimohq/lua-resty-jwt) - * `opm get shimohq/lua-resty-jwt` 或者 `luarocks install lua-resty-jwt-48606` + * `luarocks install lua-resty-jwt-48606` * 添加插件配置 * 需要在 orange.conf 中 plugins 添加 `jwt_auth`