From 93a41c7019b56f144afca67192b3ff38d1ea2017 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Mon, 21 Jun 2021 14:13:13 -0400 Subject: [PATCH] Update docs/src/index.md --- docs/src/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 422e71fa..d2d8ea03 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -7,12 +7,13 @@ The costly operation is deferred until multiplied with a vector. ## Compatibility -Julia 0.6 and up. +Julia 1.3 and up. ## How to Install ```julia -Pkg.add("LinearOperators") +pkg> add LinearOperators +pkg> test LinearOperators ``` ## Operators Available