From dcb2c2d35e90d70ad1b6882097eb214053d5a4ea Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Mon, 4 Mar 2024 12:27:43 -0600 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 072f174..a7241f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ngen -Build file generator (engine) for the [`ninja` build +Build file generator (engine) for the [Ninja build system](https://ninja-build.org/). Licensed under the GPLv3. @@ -25,5 +25,5 @@ Ninja is a small, modern build system that uses a bare-bones configuration language that is easy to both read and generate (but not necessarily easy to write by hand). "Where other build systems are high-level languages Ninja aims to be an assembler," according to Ninja's website. It can be thought of as a -simpler, faster replacement for the classic `make`, . It is used by default by +simpler, faster replacement for the classic `make`. It is used by default by Meson; CMake can also be configured to use ninja as a backend.