From 29aeff93da63c1e5107632273cf18d8b8673ad00 Mon Sep 17 00:00:00 2001 From: Uwe Krueger Date: Tue, 21 Feb 2023 14:13:26 +0100 Subject: [PATCH] fix substr link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cb2c41..8b82635 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Contents: - [(( parseurl("http://github.com") ))](#-parseurlhttpgithubcom-) - [(( sort(list) ))](#-sortlist-) - [(( replace(string, "foo", "bar") ))](#-replacestring-foo-bar-) - - [(( substr(string, 1, 3) ))](#-substrstring-1-3-) + - [(( substr(string, 1, 2) ))](#-substrstring-1-2-) - [(( match("(f.*)(b.*)", "xxxfoobar") ))](#-matchfb-xxxfoobar-) - [(( keys(map) ))](#-keysmap-) - [(( length(list) ))](#-lengthlist-) @@ -234,7 +234,7 @@ Contents: # Installation -Official release executable binaries can be downloaded via [Github releases](https://github.com/mandelsoft/spiff/releases) for Darwin, Linux ans PowerPc machines (and virtual machines). +Official release executable binaries can be downloaded via [Github releases](https://github.com/mandelsoft/spiff/releases) for Darwin, Linux and PowerPC machines (and virtual machines). Some of spiff's dependencies have changed since the last official release, and spiff will not be updated to keep up with these dependencies. THose dependencies are either fixed or copied into the local code base.