Skip to content

Commit

Permalink
Fix markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Aug 20, 2020
1 parent 3fa20aa commit 73fc3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ Common Interface API

This package is part of the JuliaDiffEq common interface. This is documented in [the DifferentialEquaitons.jl documentation](http://diffeq.sciml.ai/latest/index.html). Thus [the ODE tutorial](http://diffeq.sciml.ai/latest/tutorials/ode_example.html) applies. For example, the Lorenz attractor can be solved with `CVODE_Adams` as follows:

```juila
```julia
using Sundials
function lorenz(du,u,p,t)
du[1] = 10.0(u[2]-u[1])
Expand Down

0 comments on commit 73fc3af

Please sign in to comment.