From 82fdd4b9c3f74911b5fa12fd5e49230fad1ba329 Mon Sep 17 00:00:00 2001 From: Angelo Santos <119262859+Anjocaido13@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:40:40 -0300 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 250fadc..5d403c2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Update your `appsettings.json` according you database configurations 4.Create migrations for database ```cmd - add-migration "your migration name" + Add-Migration "your migration name" ``` 5.Update your database ```cmd @@ -147,10 +147,4 @@ Update your `appsettings.json` according you database configurations POST /api/Stock/CreateStock ``` -## Contributing -Contributions are welcome! Feel free to open issues and pull requests. - -## License - -This project is licensed under the MIT License.