From 4b7d787942b4e516f3e5e9263887c27c5dc785cf Mon Sep 17 00:00:00 2001 From: Cedric Sirianni Date: Wed, 18 Oct 2023 19:03:08 -0400 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb58269..087989c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To run the frontend, `cd` into `/frontend` and run yarn dev ``` -To run the backend, `cd` into the `/backend` and compile the executable: +To run the backend, `cd` into the `/backend` and compile the program: ```console mkdir build && cd build