Skip to content

Commit

Permalink
docs: fix link native imports doc (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng committed Sep 11, 2024
1 parent 650dac0 commit 530259c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ camelCase("hello world"); // "helloWorld"
```

In Deno, you can optionally use JSR packages without an install step using
`jsr:` specifiers and Deno's
[native support for JSR](/docs/using-packages#native-jsr-imports).
`jsr:` specifiers and Deno's [native support for JSR](/docs/native-imports).

```ts
import { camelCase } from "jsr:@luca/cases@1";
Expand Down

0 comments on commit 530259c

Please sign in to comment.