@omni-co/embed 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Omni Embed SSO Typescript SDK
2
2
 
3
+ ## Install
4
+
5
+ npm:
6
+ ```
7
+ npm install @omni-co/embed
8
+ ```
9
+
10
+ yarn:
11
+ ```
12
+ yarn add @omni-co/embed
13
+ ```
14
+
3
15
  ## Basic Example
4
16
 
5
17
  ```ts
@@ -74,4 +86,4 @@ type EmbedSsoDashboardProps = {
74
86
  theme?: string;
75
87
  };
76
88
 
77
- ```
89
+ ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.2",
2
+ "version": "0.2.3",
3
3
  "license": "MIT",
4
4
  "name": "@omni-co/embed",
5
5
  "author": "Nate Agrin <nate@exploreomni.com>",