From 5dd54a091c55853e02310a98f59208ae3b811cf1 Mon Sep 17 00:00:00 2001 From: tomocafe Date: Sat, 10 Aug 2024 09:10:01 -0700 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc4934..49065fb 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ bash-boost consists of the following _modules_, each with different _packages_ - [prof](src/MANUAL.md#package-utilprof) - runtime profiling routines - [string](src/MANUAL.md#package-utilstring) - common string operations - [time](src/MANUAL.md#package-utiltime) - common time and date operations - - [time](src/MANUAL.md#package-utilrand) - random number and string generation + - [rand](src/MANUAL.md#package-utilrand) - random number and string generation You have the choice of loading an entire module, or selecting certain packages from them.