Skip to content

Commit 5de63a4

Browse files
don't using DiffEqBase in the README
1 parent 0fdb294 commit 5de63a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note that the algorithms are defined to have the same name as the MATLAB algorit
3232
## Example
3333

3434
```julia
35-
using DiffEqBase, MATLABDiffEq, ParameterizedFunctions
35+
using MATLABDiffEq, ParameterizedFunctions
3636

3737

3838
f = @ode_def LotkaVolterra begin

0 commit comments

Comments
 (0)