diff --git a/docs/pages/getting-started/installation.md b/docs/pages/getting-started/installation.md index 8cae5c29ee..96bf2d0cf1 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! ```