]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: contributing notes [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 7 Apr 2023 09:36:53 +0000 (11:36 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 7 Apr 2023 09:36:53 +0000 (11:36 +0200)
.github/contributing.md

index ad26f287b0afef99571267472db0f21b76a428c8..b4f277969ac5d21c78177b0f85790b03cd0ecce1 100644 (file)
@@ -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!
 
-<a href="https://github.com/vuejs/vue/graphs/contributors"><img src="https://opencollective.com/vuejs/contributors.svg?width=890" /></a>
+<a href="https://github.com/vuejs/router/graphs/contributors"><img src="https://opencollective.com/vuejs/contributors.svg?width=890" /></a>