Skip to content

Commit 6301e06

Browse files
committed
docs: fix README badges for CI and license
- Update CI badge to use workflow file path format - Change license badge to static MIT badge (works without crates.io publish)
1 parent bbf02fa commit 6301e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/kalshi-trade-rs.svg)](https://crates.io/crates/kalshi-trade-rs)
44
[![Documentation](https://docs.rs/kalshi-trade-rs/badge.svg)](https://docs.rs/kalshi-trade-rs)
5-
[![CI](https://github.com/pbeets/kalshi-trade-rs/workflows/CI/badge.svg)](https://github.com/pbeets/kalshi-trade-rs/actions)
6-
[![License](https://img.shields.io/crates/l/kalshi-trade-rs.svg)](https://github.com/pbeets/kalshi-trade-rs#license)
5+
[![CI](https://github.com/pbeets/kalshi-trade-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/pbeets/kalshi-trade-rs/actions)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

88
An unofficial Rust client library for the [Kalshi](https://kalshi.com) prediction market, implementing the [Kalshi Trading API v2](https://trading-api.readme.io/reference).
99

0 commit comments

Comments
 (0)