Skip to content

Commit

Permalink
docs: add jsr and experimental to Deno command (#71)
Browse files Browse the repository at this point in the history
Closes #70
  • Loading branch information
MikeMcC399 authored Feb 26, 2025
1 parent 9c7fd6a commit d9808ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pnpm install @eslint/css -D
bun install @eslint/css -D
```

For Deno:
For Deno (experimental):

```shell
deno add @eslint/css
deno add jsr:@eslint/css
```

### Configurations
Expand Down

0 comments on commit d9808ff

Please sign in to comment.