From 1bb352f893405192758a51b9267e0bb5e3ee974f Mon Sep 17 00:00:00 2001 From: ayo Date: Tue, 21 Jul 2026 22:41:58 +0200 Subject: [PATCH] docs: small updates to getting-started --- docs/src/content/docs/guides/getting-started.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/content/docs/guides/getting-started.mdx b/docs/src/content/docs/guides/getting-started.mdx index 6fb2b4a..3f8b5cc 100644 --- a/docs/src/content/docs/guides/getting-started.mdx +++ b/docs/src/content/docs/guides/getting-started.mdx @@ -9,11 +9,9 @@ When you extend the WebComponent class for your custom element, you only have to The result is a reactive UI on property changes. -You can see every feature running at [demo.webcomponent.io ↗](https://demo.webcomponent.io/) — a live gallery with the source alongside each demo. Individual demos are linked from the guide that covers them, and the full list is in [Examples](/examples/#live-demo-gallery). - ## Quick start -The fastest way to try wcb is to scaffold a new component with [`create-wcb`](https://www.npmjs.com/package/create-wcb): +The fastest way to try wcb is to scaffold a new component: ```bash npm create wcb@latest