From ea41268c4f043bf3d5d58859f3b756ba250829a1 Mon Sep 17 00:00:00 2001 From: "sanny.io" <3054653+sanny-io@users.noreply.github.com> Date: Sun, 18 Jul 2021 22:49:19 -0700 Subject: [PATCH] Fix Lerna link. All other links seem to be good. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde455f7e8b..8b4d921d5d6 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ an individual package directory. The Firebase JS SDK is built with a series of individual packages that are all contained in this repository. Development is coordinated via [yarn workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/) and -[Lerna](https://lernajs.io/) (a monorepo management tool). +[Lerna](https://lerna.js.org/) (a monorepo management tool). Each package in the `packages` directory, constitute a piece of our implementation. The SDK is built via a combination of all of these packages