From e6a2a23dbf850e946a94951bc3bf3171236a1ce6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchamp <15185355+baktun14@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:08:39 -0400 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e432ad881..120ab6fac 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ gunzip -c /path/to/console-akash-sandbox.sql.gz | psql --host "localhost" --port ``` After restoring the database, you can proceed with the specific project's README instructions for further setup and running the application. -## Project Structure and Services +## Services This project is structured as a monorepo, allowing us to manage multiple related applications and shared packages in a single repository.