From 4790c8eb002712cf0ed60b1f1e9736a14fd89f9d Mon Sep 17 00:00:00 2001 From: Alex Baker <48138840+ambaker1@users.noreply.github.com> Date: Mon, 20 May 2024 12:49:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cead412..1d03620 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # N-Dimensional Lists (ndlist) -Utilities for accessing, modifying and manipulating N-Dimensional lists in Tcl. +A pure Tcl implementation of arbitrary rank tensors. Full documentation [here](https://raw.githubusercontent.com/ambaker1/ndlist/main/doc/ndlist.pdf).