From 0e4e8890c4af74db133c1ed381e4be9e6fc86dfb Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 1 Nov 2025 18:16:11 +0200 Subject: [PATCH] Add R6RS to the usage section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1e71a..a67c7d5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To get the list of all supported implementations run: compile-r7rs --list-schemes -Then run it with the .scm file for r7rs, or .sps file for r6rs. +Then run it with the .scm file for R7RS, or .sps file for R6RS. COMPILE_R7RS= compile-r7rs -I . -o main main.scm