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

Commit 63f0fb0

Browse files
author
Je
committed
doc: update contributing
1 parent dec1c4c commit 63f0fb0

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
@@ -6,7 +6,7 @@ Welcome, and thank you for taking time in contributing to Aleph.js!
66
All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).
77

88
## Development Setup
9-
You will need [deno](https://deno.land/) 1.4+ and [vscode](https://code.visualstudio.com/) with deno [extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).
9+
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).
1010

1111
1. Fork this repository to your own GitHub account.
1212
2. Clone the repository to your local device.
@@ -18,7 +18,7 @@ deno run -A --unstable --importmap=import_map.json cli.ts ./examples/hello-world
1818
```
1919

2020
## Testing
21-
Running all tests:
21+
Run all tests:
2222
```bash
2323
deno test -A --unstable
2424
```

0 commit comments

Comments
 (0)