Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eneoli committed Sep 30, 2024
1 parent e1efb26 commit 9aee6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ 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`

This will bundle the frontend assets and the WebAssembly binary and the final files will be output to the `dist` folder in the project root directory. These can be served by any HTTP server.

# 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`

Expand Down

0 comments on commit 9aee6f9

Please sign in to comment.