Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriariravanian authored Apr 1, 2021
1 parent 86478f6 commit da2ebde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ CellMLToolkit.jl is a Julia library that connects [CellML](http://cellml.org) mo
To install, run

```julia
Pkg.add("https://github.com/SciML/CellMLToolkit.jl")
Pkg.add(CellMLToolkit)
```

## Simple Example

```Julia
using CellMLToolkit, DifferentialEquations, Plots
using CellMLToolkit, OrdinaryDiffEq, Plots

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

0 comments on commit da2ebde

Please sign in to comment.