Skip to content

Commit

Permalink
Update USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
often authored Dec 21, 2023
1 parent 1ed8e71 commit 1f474d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
First, you want to include these in your HTML `<head>`:

```html
<link rel='stylesheet' href='https://wt.sany.one/css/wt.min.css' />
<link rel='stylesheet' href='https://often.github.io/wt/css/wt.min.css' />
<script type='module'>
import { WT } from 'https://wt.sany.one/js/wt.min.js'
import { WT } from 'https://often.github.io/wt/js/wt.min.js'
const wt = WT({
element: document.querySelector('.wt'),
Expand Down

0 comments on commit 1f474d8

Please sign in to comment.