From 3ced0a277566429cefa1833fd304855902dfe92f Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 3 Mar 2023 22:51:49 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3276ce..b66c010 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # speed-limiter [![NPM Version](https://img.shields.io/npm/v/speed-limiter.svg)](https://www.npmjs.com/package/speed-limiter) -[![Build Status](https://img.shields.io/github/workflow/status/alxhotel/speed-limiter/ci.yml?branch=master)](https://github.com/alxhotel/speed-limiter/actions) +[![Build Status](https://img.shields.io/github/actions/workflow/status/alxhotel/speed-limiter/ci.yml?branch=master)](https://github.com/alxhotel/speed-limiter/actions) + Throttle the speed of streams in NodeJS ## Installation