From 502cc6deaa2f2f607a726c3f4c521bb40ca0c9e9 Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Sat, 13 Jan 2024 13:23:14 +0330 Subject: [PATCH] fix(doc): update npm shield (#768) Update the npm shield in the README to point to the new scoped `@node-core/utils` package instead of `node-core-utils`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6576266..83dac719 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Node.js Core Utilities -[![npm](https://img.shields.io/npm/v/node-core-utils.svg?style=flat-square)](https://npmjs.org/package/node-core-utils) +[![npm](https://img.shields.io/npm/v/@node-core/utils.svg?style=flat-square)](https://npmjs.org/package/@node-core/utils) [![Build Status](https://img.shields.io/github/actions/workflow/status/nodejs/node-core-utils/nodejs.yml?branch=main&style=flat-square)](https://github.com/nodejs/node-core-utils/workflows/Node.js%20CI/badge.svg?branch=main) [![codecov](https://img.shields.io/codecov/c/github/nodejs/node-core-utils.svg?style=flat-square)](https://codecov.io/gh/nodejs/node-core-utils) [![Known Vulnerabilities](https://snyk.io/test/github/nodejs/node-core-utils/badge.svg?style=flat-square)](https://snyk.io/test/github/nodejs/node-core-utils)