Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
refactor(DEVELOPERS.md):fix lerna link - fix PR #671
Browse files Browse the repository at this point in the history
Signed-off-by: Parikshit Hooda <phooda804@live.com>
  • Loading branch information
Parikshit-Hooda authored and jeromesimeon committed Oct 13, 2019
1 parent 4c20fc2 commit 4789344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Before you can build Ergo, you must install and configure the following dependen

We recommend using [nvm](https://github.com/creationix/nvm) (or [nvm-windows](https://github.com/coreybutler/nvm-windows)) to manage and install Node.js, which makes it easy to change the version of Node.js per project.

* [Lerna](https://lernajs.io): We use lerna to handle multiple npm packages in the Ergo repository. To install:
* [Lerna](https://lerna.js.org): We use lerna to handle multiple npm packages in the Ergo repository. To install:

```
npm install -g lerna@2.11.0
Expand Down

0 comments on commit 4789344

Please sign in to comment.