From 6a825790adc85329ec02ac9d2b97100dbe4db6ed Mon Sep 17 00:00:00 2001 From: Sander Schobers Date: Mon, 5 Jun 2023 07:47:42 +0200 Subject: [PATCH] Fixed typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f01f07..5a86c38 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For building you need: - A recent (0.11.0-dev) Zig compiler. - Allegro 5.2.8 development libraries. -You can use `allegro.path` if your Allegro development libraries can't be natively found. In this file you can put the path to a directory contain the Allegro `lib`, `bin` and `include` folders. +You can use `allegro.path` if your Allegro development libraries can't be natively found. In this file you can put the path to a directory that contains the Allegro `lib`, `bin` and `include` folders. Build: `zig build`