From 3910dca3b35a475ce6173e665f4fb5eaa52b626d Mon Sep 17 00:00:00 2001 From: Alex Baker <48138840+ambaker1@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:37:28 -0500 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 92dda1c..cead412 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # N-Dimensional Lists (ndlist) Utilities for accessing, modifying and manipulating N-Dimensional lists in Tcl. -Also adds the "ndlist" object variable type, using the type framework provided by the [vutil](https://github.com/ambaker1/vutil) package. - Full documentation [here](https://raw.githubusercontent.com/ambaker1/ndlist/main/doc/ndlist.pdf). ## Installation