Skip to content

Commit d41b314

Browse files
Release @trysiren/node package v0.1.0
1 parent 6aaf910 commit d41b314

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
2727
const 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)