Skip to content

Commit ad38f28

Browse files
committed
Fix wrong package install command for Lua library
Looks like the command for Scala was accidentally used instead. The lua-resty-jwt lib doesn't use LuaRocks, so my suggested command just downloads and unzips the current source.
1 parent b8d26ac commit ad38f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ <h3 class="panel-title">Lua (openresty)</h3>
818818
</div>
819819

820820
<div class="panel-footer">
821-
<code>sbt: "com.jason-goodwin" %% "authentikat-jwt" % "0.3.5" </code>
821+
<code>curl https://codeload.github.com/SkyLothar/lua-resty-jwt/tar.gz/master | tar -xz</code>
822822
</div>
823823
</div>
824824
</div>

0 commit comments

Comments
 (0)