From ffea2c60fd9ffb2a78b2b559d57346ca0d555fa4 Mon Sep 17 00:00:00 2001 From: Julian Rojas Date: Thu, 4 Apr 2024 16:36:23 +0200 Subject: [PATCH] Fix npm badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d791e4..00f015c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # shacl-processor-ts -[![Build and tests with Node.js](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml/badge.svg)](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml) [![npm](https://img.shields.io/npm/v/@rdf-connect/shacl-processor-ts.svg?style=popout)](https://npmjs.com/package/@rdf-connect/shacl-processor-ts) +[![Build and tests with Node.js](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml/badge.svg)](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml) [![npm](https://img.shields.io/npm/v/@rdfc/shacl-processor-ts.svg?style=popout)](https://npmjs.com/package/@rdfc/shacl-processor-ts) Validate data streams using SHACL.