From 2229208fa1595777938d7b74ca75c8e9c0f49346 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 18 Apr 2025 06:59:21 +0300 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd9084..853eeca 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ interface to use them. The main program reads the flags and other inputs and passes them to a transformer functions. So to add support for new implementations you need to add the transformer functions and other data for it in libs/data.scm. You -should be able to decuct how they work from other transformers. If you need to +should be able to deduct how they work from other transformers. If you need to make utility functions add them into libs/util.scm and export them in libs/util.sld.