From f60e33b220dd297561a04342e27be52611478f85 Mon Sep 17 00:00:00 2001 From: David Oduneye Date: Sun, 5 May 2024 13:48:38 -0400 Subject: [PATCH] fix: install command for lib --- frontend/lib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/README.md b/frontend/lib/README.md index fd353c16a..860e7be75 100644 --- a/frontend/lib/README.md +++ b/frontend/lib/README.md @@ -4,7 +4,7 @@ This repository holds the common types, apis, and components for frontend librar To install the page, navigate to the target repo and initiate the following command: -- `yarn add @generate/sac` +- `yarn add @generatesac/lib` ## Development / Testing