Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 52fabac

Browse files
author
Je
committed
doc: update contributing
1 parent 9e32f3e commit 52fabac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md
88

99
## Development Setup
1010

11-
You will need [Deno](https://deno.land/) 1.4+ and [VS Code](https://code.visualstudio.com/) with [deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
11+
You will need [Deno](https://deno.land/) 1.5+ and [VS Code](https://code.visualstudio.com/) with [deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
1212

1313
1. Fork this repository to your own GitHub account.
1414
2. Clone the repository to your local device.
1515
3. Create a new branch `git checkout -b BRANCH_NAME`.
1616
4. Change code then run examples.
1717

1818
```bash
19-
deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world -L debug
19+
deno run -A --unstable --import-map=import_map.json cli.ts ./examples/hello-world -L debug
2020
```
2121

2222
## Testing

0 commit comments

Comments
 (0)