Skip to content

Commit b277876

Browse files
committed
mention copying
1 parent c777f82 commit b277876

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,8 @@ To import the library and register all languages:
310310
import hljs from './assets/js/@highlightjs/cdn-assets/es/highlight.js';
311311
```
312312

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.*
313+
*Note: The path to these files will vary depending on where you have installed/copied them
314+
within your project or site. The above path is only an example.*
316315

317316
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:
318317

0 commit comments

Comments
 (0)