Skip to content

Commit 55793a8

Browse files
committed
Update README
1 parent b3be182 commit 55793a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

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)
43
[![Build Status](https://github.com/SciML/DiffEqProblemLibrary.jl/workflows/CI/badge.svg)](https://github.com/SciML/DiffEqProblemLibrary.jl/actions?query=workflow%3ACI)
4+
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
55

6-
DiffEqProblemLibrary.jl is a component package in the DifferentialEquations ecosystem. It premade
6+
DiffEqProblemLibrary.jl is a component package in the DifferentialEquations ecosystem. It contains premade
77
problems for the differential equations solvers. These can either be used as tests
88
or as examples to show how to use the the solvers. Check out the problems in the
99
src directory. Users interested in using this
10-
functionality should check out [DifferentialEquations.jl](https://github.com/JuliaDiffEq/DifferentialEquations.jl).
10+
functionality should check out [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl).

0 commit comments

Comments
 (0)