From 841a10cb97e79000bee87aff5d3159d7ea8f6f60 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Tue, 19 Aug 2025 03:06:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e014fad..c420ae8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Design Philosophy +## Design Philosophy CS‑MIC is a small, embeddable expression interpreter designed primarily for UI scenarios where a user types flexible input (e.g., 2+2+someVar) but the host application needs a validated, deterministic numeric value. The library focuses on predictable evaluation, strong validation and extensibility through developer‑supplied variables and coded functions.