Lua is a proper noun and has to be capitalised

This commit is contained in:
Non 2023-10-07 23:45:30 +13:00 committed by GitHub
parent 7312afdad2
commit 4e48373f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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/).