From 51e7cf0c9b99affb61e59b912e250ce6a3393c91 Mon Sep 17 00:00:00 2001 From: Matheus Baldissara Date: Tue, 7 Mar 2023 23:18:15 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8359df5..5d808e2 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ With the goal of have a good mix of performance and maintainability, the appliac Feel free to create issues for encountered bugs or to request new features, just make sure to include a proper label. If you want to contribute with its development, select one of the existing issues and create a pull request, it will be reviewed and may be merged with the existing code. ### Running the source code -Open a terminal instance in the frontend directory and one terminal in the backend directory, then in both of them run `npm install` and `npm start`. +Open a terminal instance in the frontend directory and another instance in the backend directory, then in both of them run `npm install` and `npm start`.