From cc58fa2f3269da4c08d6da7a419d2585f81be813 Mon Sep 17 00:00:00 2001 From: jan-zon-brainhub <156670447+jan-zon-brainhub@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:16:59 +0100 Subject: [PATCH] docs(readme.md): fixed typo @brainhubeu/lca => @brainhubeu/lac (#114) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbb92611..e459e1e1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To start using License Auditor, in the root of your project run ``` -npx @brainhubeu/lca init +npx @brainhubeu/lac init ``` Follow the configuration wizard and select the template which suits your project. @@ -24,7 +24,7 @@ Follow the configuration wizard and select the template which suits your project Next, to conduct license audit run ``` -npx @brainhubeu/lca +npx @brainhubeu/lac ``` The results will be printed in the console.