From 55eea17c708a5311d7074a8cebfe7657ce216389 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 5 Oct 2024 00:19:03 +0200 Subject: [PATCH] =?UTF-8?q?readme:=20remove=20npm-registry-based=20things?= =?UTF-8?q?=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 23aa86d..f1110db 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,13 @@ **Sends realtime public transport data from a [VDV-453/VDV-454 API](https://www.vdv.de/i-d-s-downloads.aspx) to a [NATS message broker](https://docs.nats.io/)**, so that it can be easily consumed by other applications. Uses [`vdv-453-client`](https://github.com/OpenDataVBB/vdv-453-client) underneath. -[![npm version](https://img.shields.io/npm/v/vdv-453-nats-adapter.svg)](https://www.npmjs.com/package/vdv-453-nats-adapter) ![ISC-licensed](https://img.shields.io/github/license/OpenDataVBB/vdv-453-nats-adapter.svg) -![minimum Node.js version](https://img.shields.io/node/v/vdv-453-nats-adapter.svg) ## Installation ```shell -npm install -g vdv-453-nats-adapter +npm install -g OpenDataVBB/vdv-453-nats-adapter ```