Skip to content

Commit cf35fdd

Browse files
author
Simon Pearce
authored
Update README.md
1 parent de336b4 commit cf35fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Mathematical details on the Compound Matrix Method may be found <a href=http://w
77
The initial version is available as a `.paclet` file. Download and install it using the `PacletInstall` function in Mathematica:
88

99
Needs["PacletManager`"]
10-
PacletInstall["https://github.com/SPPearce/CompoundMatrixMethod/releases/download/v0.3/CompoundMatrixMethod-0.3.paclet"]
10+
PacletInstall["https://github.com/SPPearce/CompoundMatrixMethod/releases/download/v0.4/CompoundMatrixMethod-0.4.paclet"]
1111
12-
Alternatively, download the paclet locally and install using `PacletInstall` on the appropriate directory. For example, if the file was downloaded to the directory `~/Downloads`, evaluate `PacletInstall["~/Downloads/CompoundMatrixMethod-0.3.paclet"]`
12+
Alternatively, download the paclet locally and install using `PacletInstall` on the appropriate directory. For example, if the file was downloaded to the directory `~/Downloads`, evaluate `PacletInstall["~/Downloads/CompoundMatrixMethod-0.4.paclet"]`
1313

1414
The package can then be loaded by calling
1515

0 commit comments

Comments
 (0)