Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update links to unpkg and build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed May 22, 2020
1 parent ffd62e0 commit a3feb73
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
@@ -1,4 +1,4 @@
# Label Studio Frontend · ![GitHub](https://img.shields.io/github/license/heartexlabs/label-studio?logo=heartex) [![Build Status](https://travis-ci.com/heartexlabs/label-studio.svg?branch=master)](https://travis-ci.com/heartexlabs/label-studio) ![GitHub release](https://img.shields.io/github/v/release/heartexlabs/label-studio-frontend?include_prereleases) · :sunny:
# Label Studio Frontend · ![GitHub](https://img.shields.io/github/license/heartexlabs/label-studio?logo=heartex) ![build](https://github.com/heartexlabs/label-studio-frontend/workflows/Build%20and%20Test/badge.svg) ![GitHub release](https://img.shields.io/github/v/release/heartexlabs/label-studio-frontend?include_prereleases) · :sunny:

[Website](https://labelstud.io/)[Docs](https://labelstud.io/guide)[Twitter](https://twitter.com/heartexlabs)[Join Slack Community <img src="https://go.heartex.net/docs/images/slack-mini.png" width="18px"/>](https://docs.google.com/forms/d/e/1FAIpQLSdLHZx5EeT1J350JPwnY2xLanfmvplJi6VZk65C2R4XSsRBHg/viewform?usp=sf_link)

Expand All @@ -20,13 +20,13 @@ npm install label-studio

```xhtml
<!-- Include Label Studio stylesheet -->
<link href="https://unpkg.com/label-studio@0.4.0/build/static/css/main.14acfaa5.css" rel="stylesheet">
<link href="https://unpkg.com/label-studio@0.6.0/build/static/css/main.c830ba2e.css" rel="stylesheet">

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

<!-- Include the Label Studio library -->
<script src="https://unpkg.com/label-studio@0.4.0/build/static/js/main.0249ea16.js"></script>
<script src="https://unpkg.com/label-studio@0.6.0/build/static/js/main.35f2860c.js"></script>

<!-- Initialize Label Studio -->
<script>
Expand Down

0 comments on commit a3feb73

Please sign in to comment.