From 122892cf276989c73e980220e8987c17f1cab111 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 7 Apr 2023 11:36:53 +0200 Subject: [PATCH] chore: contributing notes [skip ci] --- .github/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index ad26f287..b4f27796 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -45,7 +45,7 @@ You will need [Node.js](http://nodejs.org) **version 10+**, and [Pnpm](https://p After cloning the repo, run: ```bash -$ pnpm install # install the dependencies of the project +pnpm install # install the dependencies of the project ``` A high level overview of tools used: @@ -66,7 +66,7 @@ The `build` script builds vue-router The `play` scripts starts a playground project located at `playground/` that allows you to test things on a browser. ```bash -$ pnpm play +pnpm play ``` ### `pnpm test` @@ -113,4 +113,4 @@ Unit tests are located inside `__tests__`. Consult the [Jest docs](https://jestj Thank you to all the people who have already contributed to Vue Router! - + -- 2.47.2