From ecaa8f28a6ab9151e9ac152c473c8736b6f3ebbb Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 15:44:30 +0100 Subject: [PATCH] Add npm package link to badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890400e..76e4ddb 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)   [![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)   ![npm](https://img.shields.io/npm/v/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)   [![npm](https://img.shields.io/npm/v/bufferstuff)](https://www.npmjs.com/package/bufferstuff) A set of utility classes for reading and writing binary data in NodeJS. ## Motivations