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