From 9eb77d2e99ce47e3b9c979acfa6c64a887f7c7d2 Mon Sep 17 00:00:00 2001 From: Matt Boney Date: Sat, 28 Oct 2023 22:21:26 -0600 Subject: [PATCH] update README.md for proper URL formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06dd2fe..3814a23 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ There are miscellaneous batch files and tutorials on how to build Lua for Window ## Requirements 1. Lua source code. 2. CMake (Visual Studio installer has an option for "C++ CMake tools for Windows", or download from cmake.org) -3. Any build environment, but I recommend [Visual Studio Build Tools] (https://aka.ms/vs/17/release/vs_BuildTools.exe) for Windows. +3. Any build environment, but I recommend [Visual Studio Build Tools](https://aka.ms/vs/17/release/vs_BuildTools.exe) for Windows. ## Usage 1. Download Lua source code to preferred location. (For example: c:/src/lua-5.4.6)