Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MasherJames committed Feb 29, 2024
1 parent be7bd57 commit 4f2bd5a
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].3/build/static/css/" rel="stylesheet">
<link href="https://unpkg.com/@heartexlabs/[email protected].4/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].3/build/static/js/664.chunk.js"></script>
<script src="https://unpkg.com/@heartexlabs/[email protected].4/build/static/js/664.chunk.js"></script>
```

**Initialization**
Expand Down

0 comments on commit 4f2bd5a

Please sign in to comment.