From a4f3fc10615278f626707fa4a797ff0f4ce4536c Mon Sep 17 00:00:00 2001 From: Sophie Winter Date: Mon, 6 Nov 2023 23:59:29 -0800 Subject: [PATCH] Fix link to lua example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7140f1..e220624 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The easiest way to build against GTK Layer Shell is to use the `gtk-layer-shell- [examples/simple-example.py](examples/simple-example.py) contains sample Python code. ### Lua -[examples/simple-example.py](examples/simple-example.py) contains sample Lua code. It uses [FFI](https://luajit.org/ext_ffi.html) which requires [LuaJIT](https://luajit.org/). +[examples/simple-example.lua](examples/simple-example.lua) contains sample Lua code. It uses [FFI](https://luajit.org/ext_ffi.html) which requires [LuaJIT](https://luajit.org/). ### Vala [examples/simple-example.vala](examples/simple-example.vala) contains a minimal working Vala app.