Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins authored Apr 5, 2024
1 parent ef72a54 commit ac5991e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Diffsol

<div align="center">
<a href="https://docs.rs/diffsol">
<img src="https://img.shields.io/crates/v/diffsol.svg?label=docs&color=blue&logo=rust" alt="docs.rs badge">
</a>
<a href="https://github.com/martinjrobins/diffsol/actions/workflows/rust.yml">
<img src="https://github.com/martinjrobins/diffsol/actions/workflows/rust.yml/badge.svg" alt="CI build status badge">
</a>
</div>

# DiffSol

Diffsol is a library for solving ordinary differential equations (ODEs) or
semi-explicit differential algebraic equations (DAEs) in Rust. You can use it
Expand Down Expand Up @@ -48,4 +51,4 @@ cargo add diffeq

## Usage

For more documentation and examples, see the [API documentation](https://docs.rs/diffsol/latest/diffsol/).
For more documentation and examples, see the [API documentation](https://docs.rs/diffsol/latest/diffsol/).

0 comments on commit ac5991e

Please sign in to comment.