We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c777f82 commit b277876Copy full SHA for b277876
README.md
@@ -310,9 +310,8 @@ To import the library and register all languages:
310
import hljs from './assets/js/@highlightjs/cdn-assets/es/highlight.js';
311
```
312
313
-*Note: The path to these files will depend on how your individual project is configured,
314
-the path `./assets/js` above is only an example. You'll likely need to modify the path
315
-for your own unique setup.*
+*Note: The path to these files will vary depending on where you have installed/copied them
+within your project or site. The above path is only an example.*
316
317
You can also use [`importmap`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) to import in similar way as Node:
318
0 commit comments