Skip to content

Commit

Permalink
docs: change some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Dec 25, 2023
1 parent 9ac3a37 commit 453fd47
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 @@ -32,7 +32,7 @@ This feature involves a tradeoff between user privacy and application performanc

## Instructions

It's necessary to configure the `/frontend` and `/backend` folders initially. See the respective `README.md`s for more information. After configuration, you can run the application using the following commands.
You need to configure the `/frontend` and `/backend` folders initially. See the respective `README.md`s for more information. After configuration, you can run the application using the following commands.

To run the frontend, `cd` into `/frontend` and run

Expand All @@ -59,4 +59,4 @@ If you want to build a new database from a new or existing path, you can use the
build/src/server <database filepath> --build
```

Ensure that the backend is running with the frontend, otherwise you will see a server error on the front-end website.
Ensure that the backend is running with the frontend, otherwise you will see a server error in the web application.

0 comments on commit 453fd47

Please sign in to comment.