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