From 32a96f247d3edc483c68f8688d3b62ed9737ff71 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Sat, 1 Oct 2022 16:10:20 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.