From 7f236d97b326ce6fefb549a8eb1276c63ac25561 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 3 Jul 2026 12:56:00 +0300 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063e605..8ef927c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## About -Clyx (pronouned like _clicks_) is a concatenative, stack-oriented, interpreted programming language designed for simplicity, minimalism, and metaprogramming capabilities. +Clyx (pronounced like _clicks_) is a concatenative, stack-oriented, interpreted programming language designed for simplicity, minimalism, and metaprogramming capabilities. Clyx aims for maximum portability and can be implemented in any modern runtime environment that supports data structures defined in JSON (numbers, strings, lists and key-value dictionaries). Extra features varying in portability include filesystem support and TCP socket I/O.