Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dreww6262 committed Feb 29, 2024
1 parent cabb8ad commit d53bf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ import 'label-studio/build/static/css/';

```xhtml
<!-- Include Label Studio stylesheet -->
<link href="https://unpkg.com/@heartexlabs/[email protected].2/build/static/css/" rel="stylesheet">
<link href="https://unpkg.com/@heartexlabs/[email protected].3/build/static/css/" rel="stylesheet">

<!-- Create the Label Studio container -->
<div id="label-studio"></div>

<!-- Include the Label Studio library -->
<script src="https://unpkg.com/@heartexlabs/[email protected].2/build/static/js/664.chunk.js"></script>
<script src="https://unpkg.com/@heartexlabs/[email protected].3/build/static/js/664.chunk.js"></script>
```

**Initialization**
Expand Down

0 comments on commit d53bf73

Please sign in to comment.