Skip to content

Commit

Permalink
(docs) Make example 100% explicit regarding minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Dec 8, 2021
1 parent 5c8c876 commit 0bf3ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ The bare minimum for using highlight.js on a web page is linking to the
library along with one of the themes and calling [`highlightAll`][1]:

```html
<link rel="stylesheet" href="/path/to/styles/default.css">
<link rel="stylesheet" href="/path/to/styles/default.min.css">
<script src="/path/to/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
```
Expand Down

0 comments on commit 0bf3ade

Please sign in to comment.