docs: Installation CDN example fix (#417)

This commit is contained in:
Human Humanov
2023-09-04 12:24:56 +02:00
committed by GitHub
parent d9dddec4d7
commit 51ad881cdd
+2 -1
View File
@@ -49,7 +49,8 @@ If you are using the CDN, you will have to use the package from the `window` obj
const driver = window.driver.js.driver;
const driverObj = driver();
driver.highlight({
driverObj.highlight({
element: "#some-element",
popover: {
title: "Title",