From f82cd92d9e43bae2d7fa12d61df9b39b6e6abe3d Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 4 Mar 2021 20:34:18 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68eac0eb..383255ff 100644 --- a/README.md +++ b/README.md @@ -148,13 +148,13 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp - [util/every](https://openhome.cc/eGossip/OpenSCAD/lib3x-every.html) - [util/some](https://openhome.cc/eGossip/OpenSCAD/lib3x-some.html) - random - - `util/shuffle` - [util/choose](https://openhome.cc/eGossip/OpenSCAD/lib3x-choose.html) - [util/rand](https://openhome.cc/eGossip/OpenSCAD/lib3x-rand.html) + - `util/shuffle` - string - [util/parse_number](https://openhome.cc/eGossip/OpenSCAD/lib3x-parse_number.html) - - [util/sub_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-sub_str.html) - [util/split_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-split_str.html) + - [util/sub_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-sub_str.html) - others - [util/degrees](https://openhome.cc/eGossip/OpenSCAD/lib3x-degrees.html) - [util/radians](https://openhome.cc/eGossip/OpenSCAD/lib3x-radians.html)