fix: documentation

This commit is contained in:
MrDiro 2024-06-23 06:57:19 -05:00
parent 0a3d8ed883
commit e252d44153

View File

@ -7,7 +7,7 @@ ModiLiteJS is a library for writing modular code with components and dependency
You can install the library using npm: You can install the library using npm:
```bash ```bash
npm install app-factory npm install modilitejs
``` ```
## Usage ## Usage