From 30b99c096157f0c2a372bd3597169aae826e515f Mon Sep 17 00:00:00 2001 From: xrstf Date: Tue, 5 Dec 2023 16:46:47 +0100 Subject: [PATCH] reword readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa0c3d..ddd6bf0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ like those available in JSON (numbers, bools, objects, vectors etc.). A statemen * **Safe** evaluation: Rudi is not Turing-complete and so Rudi programs are always guaranteed to complete in a reasonable time frame. -* **Lightweight**: Rudi comes with only a single dependency on `go-cmp`, nothing else. +* **Lightweight**: Rudi comes with no runtime dependencies. * **Hackable**: Rudi tries to keep the language itself approachable, so that modifications are easier and newcomers have an easier time to get started. * **Variables** can be pre-defined or set at runtime.