From 7f57ae3b791185c634b3fdcc9cf6ceb1679ee78b Mon Sep 17 00:00:00 2001 From: danuo <66017297+danuo@users.noreply.github.com> Date: Wed, 3 Mar 2021 15:52:08 +0100 Subject: [PATCH] fix typo (install correct package) --- examples/mridataorg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mridataorg/README.md b/examples/mridataorg/README.md index 552b65ee..613e126f 100644 --- a/examples/mridataorg/README.md +++ b/examples/mridataorg/README.md @@ -11,7 +11,7 @@ In order to use this code one first has to download Julia (version 1.5) and inst ```julia using Pkg -Pkg.add("MPIReco") +Pkg.add("MRIReco") ``` Load the package by entering