Skip to content

Commit

Permalink
fix substr link
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Feb 21, 2023
1 parent 705dedb commit 29aeff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-)
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 29aeff9

Please sign in to comment.