@2uinc/frontend-component-xpert-chatbot 1.13.4 → 1.13.6-beta.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 +5 -3
- package/dist/lib/index.min.js +375 -381
- package/package.json +1 -2
package/README.md
CHANGED
@@ -17,13 +17,15 @@
|
|
17
17
|
xpertKey: 'test-chatbot',
|
18
18
|
};
|
19
19
|
</script>
|
20
|
-
<
|
21
|
-
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
22
|
-
</head>
|
20
|
+
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
23
21
|
<script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
|
24
22
|
</body>
|
25
23
|
```
|
26
24
|
|
25
|
+
```
|
26
|
+
$ npm install @2uinc/frontend-component-xpert-chatbot
|
27
|
+
```
|
28
|
+
|
27
29
|
<img src="docs/assets/edx.png" alt="edx Marketplace launch button" width="250">
|
28
30
|
<img src="docs/assets/edx-screen.png" alt="edx Marketplace screen" width="250">
|
29
31
|
|