Skip to content

Commit

Permalink
fix: error in readme badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedtadde committed Aug 31, 2023
1 parent 4e4bc47 commit baeb75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![CI](https://img.shields.io/github/actions/workflow/status/ahmedtadde/chash/rust.yml)
![crates.io](https://img.shields.io/crates/dv/:chash)
![docs.rs](https://img.shields.io/docsrs/chash/v0.1.0)
![crates.io](https://img.shields.io/crates/dv/chash)
![docs.rs](https://img.shields.io/docsrs/chash)

This library provides a consistent hashring which simultaneously achieves both uniformity and consistency. It is a direct port of the Go pkg <https://github.com/buraksezer/consistent>.

Expand Down

0 comments on commit baeb75a

Please sign in to comment.