Skip to content

Commit bed7d36

Browse files
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 71b5e9c commit bed7d36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ The action accepts some properties:
7777
7878
To work on the codebase you have to install all the dependencies:
7979
80-
```sh
81-
# npm install
80+
```
81+
npm install
8282
```
8383
8484
To run tests:
8585
86-
```sh
87-
# npm run test
86+
```
87+
npm run test
8888
```
8989
9090
See the [official Github documentation][pat-docs] to know more about Personal Access Tokens.

0 commit comments

Comments
 (0)