You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ See [docs.md](https://github.com/natecraddock/ziglua/blob/main/docs.md) for more
22
22
23
23
Example code is included in the [examples](https://github.com/natecraddock/ziglua/tree/main/examples) directory.
24
24
* Run an example with `zig build run-example-<name>`
25
-
* Install an example with `zig build install-example<name>`
25
+
* Install an example with `zig build install-example-<name>`
26
26
27
27
## Why use Ziglua?
28
28
In a nutshell, Ziglua is a simple wrapper around the C API you would get by using Zig's `@cImport()`. Ziglua aims to mirror the [Lua C API](https://www.lua.org/manual/5.4/manual.html#4) as closely as possible, while improving ergonomics using Zig's features. For example:
0 commit comments