Update installation version
Browse files
docs/src/content/guides/installation.mdx
CHANGED
@@ -20,8 +20,8 @@ yarn add driver.js
|
|
20 |
Alternatively, you can use CDN and include the script in your HTML file:
|
21 |
|
22 |
```html
|
23 |
-
<script src="https://cdn.jsdelivr.net/npm/driver.js@
|
24 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/driver.js@
|
25 |
```
|
26 |
|
27 |
## Start Using
|
|
|
20 |
Alternatively, you can use CDN and include the script in your HTML file:
|
21 |
|
22 |
```html
|
23 |
+
<script src="https://cdn.jsdelivr.net/npm/driver.js@latest/dist/driver.js.iife.js"></script>
|
24 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/driver.js@latest/dist/driver.css"/>
|
25 |
```
|
26 |
|
27 |
## Start Using
|