Skip to content

Commit d87af7b

Browse files
bors[bot]bidoubiwa
andauthored
Merge #198
198: Change playground cmd in contributing r=bidoubiwa a=bidoubiwa Co-authored-by: Charlotte Vermandel <[email protected]> Co-authored-by: cvermand <[email protected]>
2 parents a74a907 + 9e9512d commit d87af7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ yarn install
4444
A playground of a VuePress environment is provided to test the plugin.
4545

4646
```bash
47-
yarn serve
47+
yarn playground
4848
```
4949

5050
Then, open your browser on the indicated URL and test the search bar 🙂

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can do it by running the VuePress playground provided in this repository:
5656

5757
```bash
5858
yarn install
59-
yarn serve
59+
yarn playground
6060
```
6161

6262
Then, open your browser on the indicated URL and test the search bar 🙂

0 commit comments

Comments
 (0)