Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 21, 2023
1 parent 8ea3c08 commit e99b9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rehype-mathjax/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install rehype-mathjax
In Deno with [`esm.sh`][esmsh]:

```js
import rehypeMathjax from 'https://esm.sh/rehype-mathjax@5'
import rehypeMathjax from 'https://esm.sh/rehype-mathjax@6'
```

In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import rehypeMathjax from 'https://esm.sh/rehype-mathjax@5?bundle'
import rehypeMathjax from 'https://esm.sh/rehype-mathjax@6?bundle'
</script>
```

Expand Down

0 comments on commit e99b9d0

Please sign in to comment.