Skip to content

Commit

Permalink
docs: Add install option deno add jsr:@eemeli/yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Dec 31, 2024
1 parent 83cb780 commit 3b2362a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ To install:

```sh
npm install yaml
# or
deno add jsr:@eemeli/yaml
```

**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.
Expand Down
2 changes: 1 addition & 1 deletion docs/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```sh
npm install yaml
# or
yarn add yaml
deno add jsr:@eemeli/yaml
```

> To use:
Expand Down

0 comments on commit 3b2362a

Please sign in to comment.