From 3b2317326fe40771ab9f053c643133192080e9af Mon Sep 17 00:00:00 2001 From: Tylar Date: Thu, 23 Jun 2022 02:27:20 -0400 Subject: [PATCH] Fix broken lerna link (#153) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b3baf5..3eef3140 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Now visit `http://localhost:5000/` in your browser. This repository should be used by LDF Server module **developers** as it contains multiple LDF Server modules that can be composed. We manage this repository as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) -using [Lerna](https://lernajs.io/). +using [Lerna](https://lerna.js.org/). The following modules are available: * [`@ldf/core`](https://github.com/LinkedDataFragments/Server.js/tree/master/packages/core): Shared functionality for LDF servers.