From 4d6bccb178784eaac8cc32f722c1b82abe4df3d9 Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Fri, 2 May 2025 14:15:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df92e5..2fe1cd0 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This project was created completely by the [Cursor AI Code Editor](https://www.c #### Docker Compose 1. Clone the repository -2. Run `docker-compose up -d` to start the application +2. Run `docker compose up -d` to start the application 3. Access the application at `http://localhost:3000` #### Docker Run