From 453fd472ed9ef21cb9b23414e0fd40a207a727c5 Mon Sep 17 00:00:00 2001 From: Cedric Sirianni Date: Mon, 25 Dec 2023 11:17:52 -0500 Subject: [PATCH] docs: change some wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdf3433..bb60b73 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 --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.