From c380368b6187fd8e1c9954a8004dcb555e2b56bc Mon Sep 17 00:00:00 2001 From: Peter Siska <63866+peschee@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:46:51 +0200 Subject: [PATCH] Fix NPMDIR config (#1518) * Fix NPMDIR config * Add missing semi --- docs/pages/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/installation.md b/docs/pages/getting-started/installation.md index 8cae5c29..96bf2d0c 100644 --- a/docs/pages/getting-started/installation.md +++ b/docs/pages/getting-started/installation.md @@ -187,7 +187,7 @@ import '@shoelace-style/shoelace/%NPMDIR%/components/rating/rating.js'; import { setBasePath } from '@shoelace-style/shoelace/%NPMDIR%/utilities/base-path.js'; // Set the base path to the folder you copied Shoelace's assets to -setBasePath('/path/to/shoelace/%NPMDIR% +setBasePath('/path/to/shoelace/%NPMDIR%'); // , , , and are ready to use! ```