Skip to content

Commit

Permalink
fix import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 5, 2024
1 parent 121f412 commit 888884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docs/use_javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can easily import the NPM package from a CDN, and work with `curies` from a
<p id="expanded"></p>

<script type="module">
import init, { Record, Converter, getOboConverter } from "./pkg/web.js";
import init, { Record, Converter, getOboConverter } from "https://unpkg.com/@biopragmatics/curies";
async function main() {
await init();
Expand Down

0 comments on commit 888884d

Please sign in to comment.