Skip to content

Commit d61a980

Browse files
committed
docs: fix typo
1 parent a02e3f3 commit d61a980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [docs.md](https://github.com/natecraddock/ziglua/blob/main/docs.md) for more
2222

2323
Example code is included in the [examples](https://github.com/natecraddock/ziglua/tree/main/examples) directory.
2424
* 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>`
2626

2727
## Why use Ziglua?
2828
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

Comments
 (0)