From eabd4619edceb0568eeee154532d8aff11cbb6d1 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 20 Feb 2025 18:02:52 -0500 Subject: [PATCH] Rename Aptabase to Zalvena, add development instructions --- README.md | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c175907..9a45b2b 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,24 @@ Fork of the JavaScript SDK for Aptabase, modified for SudoVanilla projects. ## Install -Install the SDK using npm or your preferred JavaScript package manager +Install the SDK using bun or your preferred JavaScript package manager: ```bash -npm add @sudovanilla/zalvena +bun add @sudovanilla/zalvena ``` ## Usage -First you need to get your `App Key` from Aptabase, you can find it in the `Instructions` menu on the left side menu. +First you need to get your `App Key` from Zalvena, you can find it in the `Instructions` menu on the left side menu. Initialize the SDK using your `App Key`: ```js import { init } from '@sudovanilla/zalvena'; init(''); + +// If you selfhost, use this instead +init('