File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ This is the official TypeScript SDK for the [Siren notification platform](https:
1313## Installation
1414
1515``` bash
16- npm install siren-ts-sdk
16+ npm install @trysiren/node
1717# or
18- yarn add siren-ts-sdk
18+ yarn add @trysiren/node
1919```
2020
2121## Basic Usage
2222
2323``` typescript
24- import { SirenClient , ProviderCode } from ' siren-ts-sdk ' ;
24+ import { SirenClient , ProviderCode } from ' @trysiren/node ' ;
2525
2626// Initialize using environment variables SIREN_API_KEY (and optional SIREN_ENV)
2727const client = new SirenClient ();
@@ -151,7 +151,7 @@ For testing the SDK, set these environment variables:
151151 yarn prepare
152152 ` ` `
153153
154- You are now ready to contribute to the ` siren-ts-sdk ` !
154+ You are now ready to contribute to the ` @trysiren/node ` !
155155
156156# ## Code Style & Linting
157157
Original file line number Diff line number Diff line change 11{
2- "name" : " @sirenapp /node" ,
3- "version" : " 0.1.1 " ,
2+ "name" : " @trysiren /node" ,
3+ "version" : " 0.1.0 " ,
44 "description" : " TypeScript SDK for interacting with the Siren API" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments