From c13c723b6b2a3975cf3cdd2ce0bed01234d5c1b2 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Mon, 27 Oct 2025 17:22:59 -0400 Subject: [PATCH] update component importing instructions --- packages/webawesome/docs/_layouts/component.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/webawesome/docs/_layouts/component.njk b/packages/webawesome/docs/_layouts/component.njk index c3b3d4e6a..89b42436c 100644 --- a/packages/webawesome/docs/_layouts/component.njk +++ b/packages/webawesome/docs/_layouts/component.njk @@ -261,7 +261,7 @@ {# Importing #}

Importing

- The autoloader is the recommended way to import components. If you prefer to do it manually, use one of the following code snippets. + Autoloading components via projects is the recommended way to import components. If you prefer to do it manually, use one of the following code snippets.

@@ -273,7 +273,7 @@ React

- Let the autoloader do the work! [Sign up for a free account](/signup) to get access to the Web Awesome CDN — the easiest way to use Web Awesome! + Let your project code do the work! Sign up for free to use a project with your very own CDN — it's the fastest and easiest way to use Web Awesome.