From 5940a8032dae358f829eede01c774771aca685cd Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:32:16 +0100 Subject: [PATCH] docs: pin widget version in quickstart guide --- docs/guide/index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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.