From 540e7287fb44c48aed1ad5f990f01c73c4900256 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 25 Jan 2025 13:14:11 +0200 Subject: [PATCH] Updating readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8578d..4e3e9a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Foreign function interface that is supported on multiple R7RS Sceheme implementations. -Note that this software is in **alpha** stage. That said the interface should not be changing anymore. +Notice that due to supporting many different Scheme implementations, some parts of this software +are still in **alpha** stage. That said the interface should not be changing anymore. Any help in form of constructive advice and bug reports are appreciated.