Skip to content

Commit 8bfc956

Browse files
committed
Reformat commands in contributor guide
The commands were prefixed by "#", evidently to indicate a command prompt. But that is the shell comment syntax, so it is very unintuitive.
1 parent 87a0d9e commit 8bfc956

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
To work on the codebase you have to install all the dependencies:
44

5-
```sh
6-
# npm install
5+
```
6+
npm install
77
```
88

99
To run tests set the environment variable `GITHUB_TOKEN` with a valid Personal Access Token and then:
1010

11-
```sh
12-
# npm run test
11+
```
12+
npm run test
1313
```
1414

1515
See the [official Github documentation][pat-docs] to learn more about Personal Access Tokens.

0 commit comments

Comments
 (0)