diff --git a/README.md b/README.md index b8564c9..5bbc375 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ PC (SDL, offline rendering, terminal): ## features -- Very **fast, small and efficient**, runs even on tiny embedded with just megahertz CPUs and kilobytes of RAM. +- Very **fast, small and efficient**, runs even on tiny **bare metal embedded** with just megahertz CPUs and kilobytes of RAM. - Uses **only 32bit integer math**, NO float, with a compile time option to use wider types if needed. - **No dependencies** (uses only stdint standard library, NO stdio), extremely portable. - **Single header**, KISS, suckless. No OOP, no design patterns, just nicely documented functions.