From 289bf20754f910ed1c95143aad348609b209a410 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Mon, 27 Mar 2023 21:17:32 +0200 Subject: [PATCH] Add sections Release history, Author, License --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8f33818..abbbc7d 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,23 @@ EXTRACT.STRINGS STREAM MIN.LEN returns a list of the strings of at least `MIN.LEN` characters read from `STREAM`. The function assumes the input stream is already open. +## Release history + +See the [list of releases](https://github.com/pamoroso/stringscope/releases) for notes on the changes in each version. + + ## Learn more - [Stringscope project updates](https://write.as/paoloamoroso/tag:stringscope) - [`strings`](https://en.wikipedia.org/wiki/Strings_(Unix)) - [Medley Interlisp](https://interlisp.org) + + +## Author + +Stringscope is developed by [Paolo Amoroso](https://github.com/pamoroso). + + +## License + +This code is distributed under the MIT license, see the `LICENSE` file.