Skip to content

Commit

Permalink
Fix NPMDIR config (#1518)
Browse files Browse the repository at this point in the history
* Fix NPMDIR config

* Add missing semi
  • Loading branch information
peschee authored Aug 15, 2023
1 parent e298f7e commit c380368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%');

// <sl-button>, <sl-icon>, <sl-input>, and <sl-rating> are ready to use!
```
Expand Down

0 comments on commit c380368

Please sign in to comment.