diff --git a/README.md b/README.md index fe3d3a9b..6e229c2f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Radis app leverages **React 18** to offer the user interface, and **FastApi** on - **setup frontend** ```bash -cd frontend # go to frontend directory +cd frontend # go to frontend directory yarn install # install all dependencies yarn start # to start local dev server ```