Skip to content

Commit

Permalink
Fix bad ndarray URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jun 14, 2024
1 parent 8808927 commit 9002723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9002723

Please sign in to comment.