[README] Minor formatting and link fixes.

This commit is contained in:
Lorenzo Cogotti 2022-12-14 13:08:08 +01:00
parent 217cefd4dd
commit 3598c37c91
1 changed files with 2 additions and 2 deletions

View File

@ -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