Skip to content
Snippets Groups Projects
Commit a77b65d8 authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Complete README

parent 2724453a
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,10 @@ Follow the develop instructions above (steps 1-3), then:
### Embed Instructions
---
Assuming that the build output (inside `/target`) is hosted at `<root>` (eg: chatterbox.element.io), copy and paste the following snippet before the closing `</body>` tag:
```html
<script>
window.CONFIG_LOCATION = "path_to_config";
</script>
<script src="<root>/parent/assets/parent.js" type="module" id="chatterbox-script"></script>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment