From 9aee6f97aa815e5ce038a088fd95d05e817973e9 Mon Sep 17 00:00:00 2001 From: Oliver Enes Date: Mon, 30 Sep 2024 21:53:22 +0200 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6bdbca..631fd64 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ In the root directory of the project, run the following command to build the Web ## Step 2: Build the Frontend -Navigate to the `frontend` directory. Make sure the required dependices are installed by running `npm install`. Then run +Navigate to the `frontend` directory. Make sure the required dependencies are installed by running `npm install`. Then run `npm run build` @@ -49,7 +49,7 @@ This will bundle the frontend assets and the WebAssembly binary and the final fi # Tests -Alice has a series of autmatic tests. To run them, make sure you are in the project root and run: +Alice has a series of autmatic tests. To run them, make sure you are in the project root directory and run: `cargo test`