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('