From 0a73460884e6eac51636f3dee485d4b634d45f9c Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 29 Jun 2019 10:31:21 +0800 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cd493ec..fea7ec0a 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,9 @@ Too many dependencies? Because OpenSCAD doesn't provide namespace management, I - [util/sub_str](https://openhome.cc/eGossip/OpenSCAD/lib2-sub_str.html) - [util/split_str](https://openhome.cc/eGossip/OpenSCAD/lib2-split_str.html) - [util/parse_number](https://openhome.cc/eGossip/OpenSCAD/lib2-parse_number.html) - - util/reverse - - util/slice - - util/sort + - [util/reverse](https://openhome.cc/eGossip/OpenSCAD/lib2-reverse.html) + - [util/slice](https://openhome.cc/eGossip/OpenSCAD/lib2-slice.html) + - [util/sort](https://openhome.cc/eGossip/OpenSCAD/lib2-sort.html) - Matrix - [matrix/m_cumulate](https://openhome.cc/eGossip/OpenSCAD/lib2-m_cumulate.html)