From 296b9089d6952a5135cccc8a6af7e3a3b14493bf Mon Sep 17 00:00:00 2001 From: Garrett B Date: Tue, 27 Aug 2019 11:17:40 -0700 Subject: [PATCH] chore: Update Lerna URL in Readme (#3715) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9527dfeada..b6fa7718a6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ then [check out the "help wanted" label](https://github.com/palantir/blueprint/l ## Development -[Lerna](https://lernajs.io/) manages inter-package dependencies in this monorepo. +[Lerna](https://lerna.js.org/) manages inter-package dependencies in this monorepo. Builds are orchestrated via `lerna run` and NPM scripts. __Prerequisites__: Node.js v8+, Yarn v1.10+