From 3a21f7c83d9260aa9b231db716cca702e2c4e9d0 Mon Sep 17 00:00:00 2001 From: SuperMarioDaBom Date: Mon, 17 Jul 2023 00:10:18 -0700 Subject: [PATCH] Update DOCKER.md Fix typo --- DOCKER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index f7e5583..11962df 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -3,7 +3,7 @@ ## Overview To use this, you must have Docker installed on your system. Please follow a tutorial elsewhere. -After performing installation, you will have the following running containers: +After performing the following steps, you will have the following running containers: - mongodb (the database) - account (the account server itself) @@ -67,4 +67,4 @@ networks: pretendo_web: driver: bridge attachable: true -``` \ No newline at end of file +```