From ade31bdd170b0661fe87b74697efc88aab57d00f Mon Sep 17 00:00:00 2001 From: Venelin Date: Wed, 5 Jun 2024 13:05:35 +0300 Subject: [PATCH] more README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index da1b870..78c9f07 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ it also offers a shell like syntax for seamless command execution In this way your scripts can benefit from increased control and speed, while maintaining a lot of the potential for simple command call syntax. -C/C++ binaries are cached to avoid recompilation. +C/C++ programs are cached and only recompiled if needed. Installation ------------