Fix command

This commit is contained in:
Edkar Chachati
2023-12-22 18:05:16 -04:00
parent 8d0f5cea1b
commit 53528ac5db

View File

@ -9,7 +9,7 @@ The SQLModel CRUD Manager is a Python library that facilitates common Create, Re
You can install the SQLModel CRUD Manager using pip: You can install the SQLModel CRUD Manager using pip:
```bash ```bash
pip install sqlmodel-crud-manager pip install SQLModel-CRUD-manager
``` ```
## Usage ## Usage