From 5d0db72ed382b3bbeb77d7674083a16a2d2c1f9b Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Mon, 30 Jun 2025 19:01:47 +0100 Subject: [PATCH] Fix typo in README requried -> required --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfc4913..32b8a40 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Raylean has several dependencies: * XCode for macOS SDK frameworks like OpenGL. * [Rust](https://www.rust-lang.org/) for building resvg, which provides SVG support. * [libgmp](https://gmplib.org), required to link lean executables -* [libuv](https://libuv.org), requried to link lean executables +* [libuv](https://libuv.org), required to link lean executables You need to install all four to build Raylean. Below follows instructions for each. @@ -58,7 +58,7 @@ Or use the [official documentation](https://www.rust-lang.org/tools/install) to #### [libgmp](https://gmplib.org) and [libuv](https://libuv.org) -These are requried to link lean executables. +These are required to link lean executables. Install using [Homebrew](https://brew.sh) with: