From b792997caba30a1183692335a6ff351df16622ea Mon Sep 17 00:00:00 2001 From: Andrew Trieu <68151686+AndrewTrieu@users.noreply.github.com> Date: Sun, 23 Apr 2023 18:23:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b41c77..bfab7f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is a simple authentication service for an online forum. Online deployment i ## Local Development -Local deployment is done using Docker. To start the service, run: +Local deployment is done using Docker. To start the service, run the following command in the root directory: ```bash docker-compose up