From e252d44153166c4bff9d1a4aec80078fad184d8d Mon Sep 17 00:00:00 2001 From: MrDiro Date: Sun, 23 Jun 2024 06:57:19 -0500 Subject: [PATCH] fix: documentation --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index fc0bdb0..7a5b530 100644 --- a/README.MD +++ b/README.MD @@ -7,7 +7,7 @@ ModiLiteJS is a library for writing modular code with components and dependency You can install the library using npm: ```bash -npm install app-factory +npm install modilitejs ``` ## Usage