diff --git a/README.md b/README.md index 6c1814d..423bf74 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,7 @@ This is a crate for very basic matrix operations with any type that supports addition, substraction, and multiplication. Additional properties might be needed for certain operations. -I created it mostly to learn using generic types and traits. \ No newline at end of file +I created it mostly to learn how to use generic types and traits. + +## Usage +Documentation is available here: [docs.rs](https://docs.rs/matrix-basic). \ No newline at end of file