@notix-hub/sdk 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ JavaScript SDK для **Notix (Нотикс)** — сервиса агрегац
|
|
|
7
7
|
### npm
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install @notix/sdk
|
|
10
|
+
npm install @notix-hub/sdk
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
```js
|
|
@@ -34,7 +34,7 @@ await notix.notify({
|
|
|
34
34
|
Без своего домена — через jsdelivr:
|
|
35
35
|
|
|
36
36
|
```html
|
|
37
|
-
<script src="https://cdn.jsdelivr.net/npm/@notix/sdk/dist/notify.min.js" data-token="ntx_..."></script>
|
|
37
|
+
<script src="https://cdn.jsdelivr.net/npm/@notix-hub/sdk/dist/notify.min.js" data-token="ntx_..."></script>
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## API
|