diff --git a/docs/guide/index.md b/docs/guide/index.md
index ceba8a8..0ed77cb 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -32,18 +32,16 @@ Start by adding importing the Cap widget library from a CDN:
::: code-group
```html [jsdelivr]
-
+
```
```html [unpkg]
-
+
```
:::
-::: warning
-You should optimally pin a specific version to avoid breaking changes instead of using @latest
-:::
+You can also just add it with `npm i @cap.js/widget` if your setup supports it, using a CDN isn't really required.
Next, add the `` component to your HTML.