From bc1b18f6cb65685da4b0f5cb5dd3a502da87fff4 Mon Sep 17 00:00:00 2001 From: Mircea Teodor Oprea Date: Tue, 18 Jul 2023 14:59:57 +0300 Subject: [PATCH] Fix crates.io badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585b763..aeb5298 100644 --- a/README.md +++ b/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.