Skip to content

Commit 1321cda

Browse files
authored
docs: update rendering-markdown.md (#2800)
When using deno add @deno/gfm outputs the following: ``` error: @deno/gfm is missing a prefix. Did you mean `deno add jsr:@deno/gfm`? ``` Then when jsr is specified: ``` deno add jsr:@deno/gfm Add jsr:@deno/gfm@0.10.0 ``` deno --version: 2.1.4
1 parent b8c75ec commit 1321cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/latest/examples/rendering-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ description: testFromText
9393
You'll also need to import the `Github Flavored Markdown` module:
9494

9595
```bash
96-
deno add @deno/gfm
96+
deno add jsr:@deno/gfm
9797
```
9898

9999
Andy has a helpful [post](https://deno.com/blog/build-a-blog-with-fresh) on the

0 commit comments

Comments
 (0)