@liveauth-labs/sdk 0.1.0 → 0.1.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 +2 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ Most humans never see the Lightning step.
|
|
|
37
37
|
## Installation (JavaScript)
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install @liveauth/sdk
|
|
40
|
+
npm install @liveauth-labs/sdk
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
---
|
|
@@ -45,7 +45,7 @@ npm install @liveauth/sdk
|
|
|
45
45
|
## Basic Usage
|
|
46
46
|
|
|
47
47
|
```ts
|
|
48
|
-
import { LiveAuth } from '@liveauth/sdk';
|
|
48
|
+
import { LiveAuth } from '@liveauth-labs/sdk';
|
|
49
49
|
|
|
50
50
|
const liveauth = new LiveAuth({
|
|
51
51
|
publicKey: 'la_pk_XXXXXXXX'
|