From 19e410322e7d58c542151ff50f6bbe1054877fa8 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 25 May 2023 21:13:46 -0500 Subject: [PATCH] change: Updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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