Skip to content

Commit 5fcad75

Browse files
update README
1 parent 03ce773 commit 5fcad75

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# DiffEqProblemLibrary
1+
# DiffEqProblemLibrary.jl
22

3-
[![Build Status](https://travis-ci.org/ChrisRackauckas/DiffEqProblemLibrary.jl.svg?branch=master)](https://travis-ci.org/ChrisRackauckas/DiffEqProblemLibrary.jl)
3+
[![Join the chat at https://gitter.im/JuliaDiffEq/Lobby](https://badges.gitter.im/JuliaDiffEq/Lobby.svg)](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![Build Status](https://travis-ci.org/JuliaDiffEq/DiffEqProblemLibrary.jl.svg?branch=master)](https://travis-ci.org/JuliaDiffEq/DiffEqProblemLibrary.jl)
45

5-
[![Coverage Status](https://coveralls.io/repos/ChrisRackauckas/DiffEqProblemLibrary.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ChrisRackauckas/DiffEqProblemLibrary.jl?branch=master)
6-
7-
[![codecov.io](http://codecov.io/github/ChrisRackauckas/DiffEqProblemLibrary.jl/coverage.svg?branch=master)](http://codecov.io/github/ChrisRackauckas/DiffEqProblemLibrary.jl?branch=master)
6+
DiffEqProblemLibrary.jl is a component package in the DifferentialEquations ecosystem. It premade
7+
problems for the differential equations solvers. These can either be used as tests
8+
or as examples to show how to use the the solvers. Check out the problems in the
9+
src directory. Users interested in using this
10+
functionality should check out [DifferentialEquations.jl](https://github.com/JuliaDiffEq/DifferentialEquations.jl).

0 commit comments

Comments
 (0)