diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 225067c4e..33e62594e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -38,7 +38,7 @@ Hi! I’m really excited that you are interested in contributing to Vue Test Uti You will need [Node.js](http://nodejs.org) **version 6+** -Vue Test Utils is a monorepo. It contains a root package.json for running scripts across the project. The code is inside separate packages in the `packages` directory. The project uses [lerna](https://lernajs.io/) to manage the workspaces. +Vue Test Utils is a monorepo. It contains a root package.json for running scripts across the project. The code is inside separate packages in the `packages` directory. The project uses [lerna](https://lerna.js.org/) to manage the workspaces. After cloning the repo, run: