From 1df822ac7b3215df97b5fe270851a5dd866861c6 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 10:01:03 +0100 Subject: [PATCH] Add CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd7f3a..fbbf5a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bufferStuff   [![CodeFactor](https://www.codefactor.io/repository/github/tgpholly/bufferstuff/badge)](https://www.codefactor.io/repository/github/tgpholly/bufferstuff) +# bufferStuff   [![CodeFactor](https://www.codefactor.io/repository/github/tgpholly/bufferstuff/badge)](https://www.codefactor.io/repository/github/tgpholly/bufferstuff)   [![Node.js CI](https://github.com/tgpholly/bufferStuff/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/tgpholly/bufferStuff/actions/workflows/node.js.yml) A set of utility classes for reading and writing binary data in NodeJS. ## Motivations