From 379efb0f8232a862ed3757d389cfed007e8cd5c7 Mon Sep 17 00:00:00 2001 From: CPunch Date: Thu, 11 Aug 2022 16:14:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f0dca..0b59ffd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LuaPytecode -Parses Lua 5.1 bytecode +Parses Lua 5.1 bytecode. for an updated fork of this, please check lundump.py in [this repository](https://github.com/CPunch/LuaDecompy). (It also features an experimental decompiler :D) # Example