From d0412e90e75f62d6af308ce254946af4ce45a296 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 10 Mar 2024 12:51:36 +0100 Subject: [PATCH] Update README.md (small typo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f00daa2..5f2cffc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Then `nim c --os:windows --cpu:amd64 -d:mingw embedder.nim` cargo build --release ``` * Lua: - The Lua script is interpreted by luajit.exe on the Windows target. You can build these, on you Kali or Windows machine, following the steps described here: + The Lua script is interpreted by luajit.exe on the Windows target. You can build these, on your Kali or Windows machine, following the steps described here: https://luajit.org/install.html