Skip to content

Commit 3b2362a

Browse files
committed
docs: Add install option deno add jsr:@eemeli/yaml
1 parent 83cb780 commit 3b2362a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ To install:
2424

2525
```sh
2626
npm install yaml
27+
# or
28+
deno add jsr:@eemeli/yaml
2729
```
2830

2931
**Note:** These docs are for `yaml@2`. For v1, see the [v1.10.0 tag](https://github.com/eemeli/yaml/tree/v1.10.0) for the source and [eemeli.org/yaml/v1](https://eemeli.org/yaml/v1/) for the documentation.

docs/01_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```sh
66
npm install yaml
77
# or
8-
yarn add yaml
8+
deno add jsr:@eemeli/yaml
99
```
1010

1111
> To use:

0 commit comments

Comments
 (0)