Skip to content

Commit 3be307e

Browse files
doc: Update README with logo and badges
Added logo and documentation badges to README
1 parent 06743ce commit 3be307e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div align="center">
2+
<p></p><img src="https://raw.githubusercontent.com/martinjrobins/diffsol/refs/heads/main/assets/diffsol_rectangle.svg" alt="Diffsol logo" width="300"/></p>
23
<a href="https://docs.rs/diffsol">
34
<img src="https://img.shields.io/crates/v/diffsol.svg?label=docs&color=blue&logo=rust" alt="docs.rs badge">
45
</a>
@@ -10,7 +11,7 @@
1011
</a>
1112
</div>
1213

13-
# Diffsol
14+
---
1415

1516
Diffsol is a library for solving ordinary differential equations (ODEs) or semi-explicit differential algebraic equations (DAEs) in Rust. It can solve equations in the following form:
1617

0 commit comments

Comments
 (0)