Skip to content

Commit b9bd62c

Browse files
Update example-widget.html
Added comment for instantiating arvia chat widget
1 parent f2ca442 commit b9bd62c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example-widget.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1 class="p-3">Arvia Chat Web SDK Example - Floating Chat Widget</h1>
1818

1919
<script type="text/javascript">
2020

21+
// Instantiate arvia chat widget with your project id
2122
var arviaChatWidget = new ArviaChatWidget('5b4f145ac4dbc95dcf926a52');
2223
arviaChatWidget.setTestUser(true);
2324
arviaChatWidget.init();

0 commit comments

Comments
 (0)