Skip to content

Commit a5a351b

Browse files
committed
Update CONTRIBUTING.md
1 parent 9b047e9 commit a5a351b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
2929
### Setup <!-- omit in TOC -->
3030

3131
```bash
32-
$ yarn install
32+
yarn install
3333
```
3434

3535
### Test with the Playground <!-- omit in TOC -->
3636

3737
A playground of a VuePress environment is provided to test the plugin.
3838

3939
```bash
40-
$ yarn serve
40+
yarn serve
4141
```
4242

4343
Then, open your browser on the indicated URL and test the search bar 🙂
@@ -48,11 +48,11 @@ Since the automatic tests are not relevant, we really recommend to use it during
4848

4949
```bash
5050
# Automatic tests (need improvement)
51-
$ yarn test
51+
yarn test
5252
# Linter
53-
$ yarn lint
53+
yarn lint
5454
# Linter with auto-correct
55-
$ yarn lint:fix
55+
yarn lint:fix
5656
```
5757

5858
## Git Guidelines

0 commit comments

Comments
 (0)