From 8729cff89ab6015468f74b97dd9c1fe6a320bc48 Mon Sep 17 00:00:00 2001 From: Non <43197300+nonperforming@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:46:33 +1300 Subject: [PATCH] Add link to Lua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06409023..142c5beb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL. -It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance. +It aims to be an alternative to [Lua](https://www.lua.org/) for game scripting, with elegant syntax, powerful features and competitive performance. pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies. Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/).