From a8a492e2e44091a3271690fd0c02513e576df2ec Mon Sep 17 00:00:00 2001 From: Pierce Date: Thu, 11 Apr 2024 16:53:33 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bdef54..87761fd 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ flags like so: pkgconf is compiled using [Meson](https://mesonbuild.com) on Windows. In theory, you could also use -Meson to build on UNIX, but this is not recommended at this time as it pkgconf is typically built +Meson to build on UNIX, but this is not recommended at this time as pkgconf is typically built much earlier than Meson. $ meson setup build -Dtests=disabled