@livechat/accounts-sdk 2.0.5 → 2.0.6
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -18,7 +18,7 @@ Example sign in with LiveChat button designs. Assets are available [here](https:
|
|
|
18
18
|
## Example popup
|
|
19
19
|
|
|
20
20
|
```
|
|
21
|
-
import
|
|
21
|
+
import AccountsSDK from '@livechat/accounts-sdk';
|
|
22
22
|
|
|
23
23
|
// create new SDK instance with it's options
|
|
24
24
|
const sdk = new AccountsSDK({
|