Skip to content

Commit

Permalink
Fix link to lua example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmww committed Nov 7, 2023
1 parent 14b5bf9 commit a4f3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4f3fc1

Please sign in to comment.