Skip to content

Commit 9dde4ca

Browse files
better note the package's purpose
1 parent cdb0cec commit 9dde4ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ send the differential equation over to MATLAB and solve it. Note that this
77
package requires the differential equation function to be defined using
88
[ParameterizedFunctions.jl](https://github.com/JuliaDiffEq/ParameterizedFunctions.jl).
99

10-
Note that this package isn't for production use and is mostly just for benchmarking. For well-developed differential equation package, see
11-
[DifferentialEquations.jl](https://github.com/JuliaDiffEq/DifferentialEquations.jl).
10+
Note that this package isn't for production use and is mostly just for benchmarking
11+
and helping new users migrate models over to Julia.
12+
For more efficient solvers, see the
13+
[DifferentialEquations.jl documentation](https://github.com/JuliaDiffEq/DifferentialEquations.jl).
1214

1315
## Installation
1416

0 commit comments

Comments
 (0)