Skip to content

Commit

Permalink
Merge pull request #19 from danuo/master
Browse files Browse the repository at this point in the history
fix typo (install correct package)
  • Loading branch information
tknopp authored Mar 3, 2021
2 parents 72fbbd0 + 7f57ae3 commit 2cdcd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mridataorg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cdcd51

Please sign in to comment.