From 0f081896ed2c48a70b42aefcaecfa50cbc4c6e31 Mon Sep 17 00:00:00 2001 From: Austen Stone Date: Fri, 25 Oct 2024 16:47:47 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bf59a9..afdf9e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHub Value -This is a full-stack application that is designed to demonstrate the value of GitHub. It is built with Angular, Node.js, and SQLite. It is designed to be run using Docker Compose. +This is a full-stack application that is designed to demonstrate the value of GitHub. It is built with Angular, Node.js, and MySQL. It is designed to be run using Docker Compose. ### Prerequisites @@ -21,7 +21,7 @@ run docker-compose: docker-compose up ``` -This will start the server along with the SQLite database. +This will start the server along with the MySQL database. ### Getting Started