Skip to content

Commit da2ebde

Browse files
Update README.md
@JuliaRegistrator register()
1 parent 86478f6 commit da2ebde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ CellMLToolkit.jl is a Julia library that connects [CellML](http://cellml.org) mo
1515
To install, run
1616

1717
```julia
18-
Pkg.add("https://github.com/SciML/CellMLToolkit.jl")
18+
Pkg.add(CellMLToolkit)
1919
```
2020

2121
## Simple Example
2222

2323
```Julia
24-
using CellMLToolkit, DifferentialEquations, Plots
24+
using CellMLToolkit, OrdinaryDiffEq, Plots
2525

2626
prob = read_cellml("models/lorenz.cellml.xml", (0,100.0))
2727
sol = solve(prob)

0 commit comments

Comments
 (0)