diff --git a/README.md b/README.md index 924db5f..a280bc7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ PC (SDL, offline rendering, terminal): - Very **fast, small and efficient**. - Uses **only integer math** (32bit). - **No dependencies** (uses only stdint standard library), extremely portable. -- **Single header**, KISS. +- **Single header**, KISS, suckless. - **Pure C99**, tested to run as C++ as well. - Still **flexible** -- pixels are left for you to draw in any way you want with a custom fragment-shader like function. - **Perspective correction**, 3 modes: none (linear only), full (per-pixel), approximation (per-N-pixels).