Skip to content

Commit 36ea340

Browse files
Re-title README and update badges
This reverts the title of the README as Rust-Payjoin from Payjoin Dev Kit, since the repo includes more than just the Dev Kit. It also removes the license badge and adds a crates.io and docs.rs badge
1 parent 17b5d04 commit 36ea340

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>Payjoin Dev Kit</h1>
2+
<h1>Rust-Payjoin</h1>
33

44
<img src="./static/monad.svg" width="150" />
55

@@ -8,7 +8,8 @@
88
</p>
99

1010
<p>
11-
<a href="https://github.com/payjoin/rust-payjoin/blob/master/LICENSE.md"><img alt="MIT" src="https://img.shields.io/badge/License-MIT-blue"/></a>
11+
<a href="https://crates.io/crates/payjoin"><img alt="Crates" src="https://img.shields.io/crates/v/payjoin.svg?logo=rust"></a>
12+
<a href="https://docs.rs/payjoin"><img alt="Crates" src="https://img.shields.io/static/v1?logo=read-the-docs&label=docs.rs&message=payjoin&color=f75390"></a>
1213
<a href="https://github.com/payjoin/rust-payjoin/actions/workflows/rust.yml"><img alt="CI Status" src="https://github.com/payjoin/rust-payjoin/actions/workflows/rust.yml/badge.svg"></a>
1314
<a href="https://coveralls.io/github/payjoin/rust-payjoin?branch=master"><img src="https://coveralls.io/repos/github/payjoin/rust-payjoin/badge.svg?branch=master"/></a>
1415
<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html"><img alt="Rustc Version 1.63.0+" src="https://img.shields.io/badge/rustc-1.63.0%2B-lightgrey.svg"/></a>

0 commit comments

Comments
 (0)