Fixed typo in README.

This commit is contained in:
Sander Schobers 2023-06-05 07:47:42 +02:00
parent c874a7d228
commit 6a825790ad

View File

@ -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`