From 6b152e833040d9e56bfbb1ed62af1e8f284f1451 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 10 Jul 2020 10:44:01 +0200 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8067766..65e1eef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # schemelib SchemeLib is my own swiss army knife when coding with scheme, it helps code reuse across my projects. -Code is tailored to my needs, so from an external point of view it's probably the worst imaginable standard library imaginable (just after the one of PHP 4 and less). +Code is tailored to my needs, so from an external point of view it's probably the worst standard library imaginable (ok, maybe the PHP4 one was worse). Of course, there is no documentation.