From 99dbe7b677585bd0b5f5a0d2c5f8f385dc307440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=81uczy=C5=84ski?= Date: Sat, 13 Nov 2021 11:29:00 +0100 Subject: [PATCH] Mention support for luajit in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3da9a9..416515d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ From people using z.lua: - Integrated with FZF (optional) for interactive selection and completion. - Quickly go back to a parent directory instead of typing "cd ../../..". - Corresponding experience in different shells and operating systems. -- Compatible with Lua 5.1, 5.2 and 5.3+ +- Compatible with Lua (5.1, 5.2, 5.3+) and luajit. - Self contained, distributed as a single `z.lua` script, no other dependence.