From a4b5a889cebeb12b9e8e4e74da0dc9e5da43dfd7 Mon Sep 17 00:00:00 2001 From: Jacob Stannix Date: Thu, 22 Aug 2024 12:11:54 -0600 Subject: [PATCH] fix README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 310936e..543c082 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,17 @@ zig build ``` ## Build Artifacts -| Name | Artifact | -| "lua" | The main lua library | -| "lua_exe" | The lua interpreter | -| "luac" | The lua bytecode compiler | +| Name | Artifact | +|:---------:| ------------------------- | +| "lua" | The main lua library | +| "lua_exe" | The lua interpreter | +| "luac" | The lua bytecode compiler | ## Compile Options -| Name | Type | Description | -| release | bool | optimize for end users | -| shared | bool | build as shared library | +| Name | Type | Description | +|:------------:| ---- | -------------------------- | +| release | bool | optimize for end users | +| shared | bool | build as shared library | | use_readline | bool | readline support for linux | ## Using in a zig project