From e1cac6e3e3385565820402017b828323d5c5689c Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 21 Apr 2024 16:11:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c75dc..3d15517 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The pixel format and screen coordinates are standardized, however, the HID input # Features * Highly compatible with compilers (C89, simple preprocessors) -* No make required, entirely configurable from your compiler or a header file (`src/config/user.h`) +* No `make` required, entirely configurable from your compiler, or a header file (`src/config/user.h`) * Supports wide range of hardware (16-bit+, little/big endian) * Standardized 16-bit color format (RRRRGGGGBBBBAAAA, effectively 12-bit on most platforms) * Implements API for floats, letting you pick between fixed point or actual float numbers