Skip to content

Commit d4a8650

Browse files
fix: Rename package to @siren/js-sdk
Merge pull request #21 from KeyValueSoftwareSystems/fix/rename-package
2 parents 247db97 + f4741a7 commit d4a8650

File tree

4 files changed

+248
-240
lines changed

4 files changed

+248
-240
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Siren JS SDK
22

3-
The JavaScript JS SDK empowers you to streamline backend interaction and efficiently manage in-app notification inboxes within your JavaScript applications. It seamlessly wraps REST API calls into user-friendly functions, minimizing complexity and accelerating your development process.
3+
The Siren JS SDK for In-App Notifications enhances Siren's capabilities by providing users with advanced notification management functionalities within their javascript applications. This feature ensures a seamless integration process, robust error handling, and compatibility with Siren's existing ecosystem
44

55
## Installation
66

@@ -13,6 +13,10 @@ or from yarn
1313
```bash
1414
yarn add @siren/js-sdk
1515
```
16+
or from cdn
17+
```bash
18+
<script src="https://siren-js.sirenapp.io/siren-js-umd-sdk.js"></script>
19+
```
1620

1721
## Usage
1822

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>CDN Client</title>
7-
<script src="http://localhost:8081/dist/siren-js-umd-sdk.js"></script>
7+
<script src="https://siren-js.sirenapp.io/siren-js-umd-sdk.js"></script>
88
<link rel="icon" href="https://app.sirenapp.io/assets/mail/siren.svg" type="image/svg" />
99
</head>
1010

0 commit comments

Comments
 (0)