Skip to content

Commit

Permalink
Release 1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Sep 18, 2022
1 parent 3fa2e4d commit 047e662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ hljs-loader is a small (3 KB) script that can be added to any webpage to automat
Add this anywhere to your HTML page:

```html
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].30/loader.min.js"
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].31/loader.min.js"
crossorigin="anonymous"
integrity="sha384-rZ0ejZvSNKZ+8zPSIZ+HNyQ342JWo975f3niYoUApz9n/1/kQRwO8zS/BooFCO41"></script>
integrity="sha384-vbylffRV+sn4FL7ftwAw6eJ1uNcsQT3ETMpPJQZaOtzW+0d+jnlf1LJj9Jgf8Scp"></script>
```


Expand All @@ -17,13 +17,13 @@ Add this anywhere to your HTML page:
No configuration is required but a number of options are available and can be set on the `script` element that loads this script.

```html
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].30/loader.min.js"
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].31/loader.min.js"
crossorigin="anonymous"
data-hljs-observe="body"
data-hljs-options='{"classPrefix":""}'
data-hljs-style="github"
data-hljs-url="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/"
integrity="sha384-rZ0ejZvSNKZ+8zPSIZ+HNyQ342JWo975f3niYoUApz9n/1/kQRwO8zS/BooFCO41"></script>
integrity="sha384-vbylffRV+sn4FL7ftwAw6eJ1uNcsQT3ETMpPJQZaOtzW+0d+jnlf1LJj9Jgf8Scp"></script>
```

<dl>
Expand Down

0 comments on commit 047e662

Please sign in to comment.