From 90027237dd103fc7c020a7d47f75f845e89cdf06 Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Fri, 14 Jun 2024 12:53:42 -0700 Subject: [PATCH] Fix bad ndarray URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be6771..eab43db 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Not (yet) supported: * Nested user defined types * Writing using memory-mapped file -All variable data is read into a contiguous buffer, or into an [ndarray](https://github.com/rust-ndarray/rust-ndarray) if the `ndarray` feature is activated. +All variable data is read into a contiguous buffer, or into an [ndarray](https://github.com/rust-ndarray/ndarray) if the `ndarray` feature is activated. ## Building