From f4ddd427054dd1a555149b6df4de9a6c1161112f Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 28 Dec 2023 01:00:36 +0200 Subject: [PATCH] Update the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cf8516..fe979e6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This repo is a fork of [bliss-rs](https://github.com/Polochon-street/bliss-rs) with bindings for Node.js (using N-API and Neon). ## Example usage: -The package will be published to the Gitea registry and available for installation later. +The package is published to the Gitea registry: https://gitea.antonlyap.pp.ua/antonlyap/-/packages/npm/@bliss-rs%2Fbliss-rs/1.0.0 ```ts -import { analyze, analyzeSync } from 'bliss'; +import { analyze, analyzeSync } from '@bliss-rs/bliss-rs'; await analyze("/path/to/track.mp3") // returns Uint8Array ```