From 290941816fb40341d6bcd43c4abae4e882606cb2 Mon Sep 17 00:00:00 2001 From: tiago <70700766+tiagozip@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:46:04 +0100 Subject: [PATCH] docs: update widget versions --- docs/guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index e6f5bdd..c783136 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -32,11 +32,11 @@ Start by adding importing the Cap widget library from a CDN: ::: code-group ```html [jsdelivr] - + ``` ```html [unpkg] - + ``` :::