From 68233173a711947ab6840d783a325ae4d7e0a0d8 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Wed, 15 Oct 2025 17:27:28 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9690c7e..79c7321 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ let some_list = ## Features -1. Turing-complete language with first-class HTML support, routines, and an import system +1. Turing-complete language with first-class HTML support, procedures, and an import system 2. Easy to embed: The interpreter is a single C file with no dependencies that performs no allocations or I/O 3. Built-in XSS protection: `escape()` operator to sanitize dynamic HTML