From 3598c37c91c0e3222378432dec5fdadf644473ae Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 14 Dec 2022 13:08:08 +0100 Subject: [PATCH] [README] Minor formatting and link fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1871cb2..8250fc8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This library provides means to: ## Why? Mainline Lua only exposes functionality when directly -available through the standard C library (with the notable exception of popen()). +available through the standard C library (with the notable exception of `popen()`). This is justified by the embeddable nature of Lua. Yet, a minimum degree of system-specific interaction is needed to complete @@ -39,7 +39,7 @@ system (BSD and Mac). ## Build and install -**lua-osx** comes with a Makefile and a [LuaRocks]() file. +**lua-osx** comes with a `Makefile` and a [LuaRocks](https://luarocks.org) file. Windows users should note that **lua-osx** does not support MSVC and never will. It requires a fairly modern C compiler with C11 support and minimal Unix-style