From 633231de2af9f8e18c37379ff6d0971098556f40 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Sun, 28 Aug 2022 15:01:17 -0400 Subject: [PATCH] Fix some links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e94d4b7..d24639b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # slib Library of POSIX shell functions used by Virtualmin install scripts. -This is a bundle of a bunch of functions used by virtualmin-install (and probably other installers in the future). Some of the bigger, more complex, functions have their own repo ([spinner](/swelljoe/spinner), [slog](/swelljoe/slog), and [run_ok](/swelljoe/run_ok), specifically), and are merged in here periodically. Unless you're building something very similar to the Virtualmin install script, you make want to pick and choose. +This is a bundle of a bunch of functions used by virtualmin-install (and probably other installers in the future). Some of the bigger, more complex, functions have their own repo ([spinner](https://github.com/swelljoe/spinner), [slog](https://github.com/swelljoe/slog), and [run_ok](https://github.com/swelljoe/run_ok), specifically), and are merged in here periodically. Unless you're building something very similar to the Virtualmin install script, you make want to pick and choose. It is tested regularly on bash and dash. Other POSIX-y shells may or may not work.