Skip to content

Commit

Permalink
Fix crates.io badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Jul 18, 2023
1 parent 17a0cdf commit bc1b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# binexp

[![CI](https://github.com/Mirch/binexp/actions/workflows/ci.yml/badge.svg)](https://github.com/Mirch/binexp/actions/workflows/ci.yml)
[![crates](https://img.shields.io/crates/v/binexp)](https://img.shields.io/crates/v/binexp)
[![crates](https://img.shields.io/crates/v/binexp)](https://crates.io/crates/binexp)

**binexp** provides a `PowerOfTwo` struct that you can create from any valid power of two integer.
You can use `PowerOfTwo` as a safe way to represent powers of two in your code.
Expand Down

0 comments on commit bc1b18f

Please sign in to comment.