From 28b4e0a52ea6c929a72d240e162b0e062607e21e Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Mon, 22 Sep 2025 10:11:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa071cf..3cbcb3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# aHash ![Build Status](https://img.shields.io/github/actions/workflow/status/tkaitchuck/aHash/rust.yml?branch=master) ![Licence](https://img.shields.io/crates/l/ahash) ![Downloads](https://img.shields.io/crates/d/ahash) +# aHash [![Build Status](https://img.shields.io/github/actions/workflow/status/tkaitchuck/aHash/rust.yml?branch=master)](https://github.com/megaeth-labs/ahash/actions) [![Licence](https://img.shields.io/crates/l/ahash)](#License) ![Downloads](https://img.shields.io/crates/d/ahash) AHash is the [fastest](https://github.com/tkaitchuck/aHash/blob/master/compare/readme.md#Speed), [DOS resistant hash](https://github.com/tkaitchuck/aHash/wiki/How-aHash-is-resists-DOS-attacks) currently available in Rust.