Skip to content

Commit 430b0fe

Browse files
Update README.
1 parent 05fceb3 commit 430b0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To add Vapi to your website, include the following javascript snippet in your HT
2020
var g = document.createElement(t),
2121
s = d.getElementsByTagName(t)[0];
2222
g.src =
23-
"https://cdn.jsdelivr.net/gh/VapiAI/html-script-tag/dist/assets/index.js";
23+
"https://cdn.jsdelivr.net/gh/VapiAI/html-script-tag@latest/dist/assets/index.js";
2424
g.defer = true;
2525
g.async = true;
2626
s.parentNode.insertBefore(g, s);

0 commit comments

Comments
 (0)