Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Feb 12, 2025
1 parent b2dbd86 commit 25a0053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ npm install tex2typst
## Or just loading it in a web page

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta-5/dist/tex2typst.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tex2typst.min.js"></script>
<!-- or -->
<script src="https://unpkg.com/[email protected]-beta-5/dist/tex2typst.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/tex2typst.min.js"></script>
```

Replace `0.3.0-beta-5` with the latest version number in case this README is outdated.
Replace `0.3.0` with the latest version number in case this README is outdated.


## Usage
Expand Down

0 comments on commit 25a0053

Please sign in to comment.