From 148d1b6d24f3889371d373c9430077f331ff668a Mon Sep 17 00:00:00 2001 From: sergeych Date: Tue, 3 Jun 2025 16:42:52 +0400 Subject: [PATCH] cosmetics --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ccc868..8352fa9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Lyng: scripting lang for kotlin multiplatform -in the form of multiplatform library. +in the form of multiplatform library. Key benefits: + +- async and multithreaded (on JVM and native) out of the box +- easy and efficient kotlin integration +- dynamic types yet with good checks __current state of implementation and docs__: