From fc79b0d9e490dee637d02107b93b88dc9c26dc69 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Tue, 6 Feb 2024 19:57:10 +0200 Subject: [PATCH] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b70431c..8029761 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # buffer-crc32 [![NPM Version](https://img.shields.io/npm/v/buffer-crc32.svg)](https://npmjs.org/package/buffer-crc32) -[![Build Status](https://github.com/brianloveswords/buffer-crc32/workflows/ci/badge.svg)](https://github.com/brianloveswords/buffer-crc32/actions) +[![Build Status](https://github.com/brianloveswords/buffer-crc32/actions/workflows/ci.yml/badge.svg)](https://github.com/brianloveswords/buffer-crc32/actions/workflows/ci.yml) crc32 that works with binary data and fancy character sets, outputs buffer, signed or unsigned data and has tests.