From 9236ca2269899001dd1ff28db9b37999240cf3d4 Mon Sep 17 00:00:00 2001
From: Alexandra Hobbs <ahobbs@contractor.usgs.gov>
Date: Mon, 9 Dec 2024 14:14:47 -0700
Subject: [PATCH] add context. fix typo

---
 localdev/local_development.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/localdev/local_development.md b/localdev/local_development.md
index 8f8405fa..08b35cdd 100644
--- a/localdev/local_development.md
+++ b/localdev/local_development.md
@@ -29,11 +29,13 @@ To simply start build and run all the containers, make sure you are in the /loca
 ```
 docker-compose up
 ```
+or `docker compose up` if you're not using the docker-compose plugin.
 
 If you're not developing locally, use the following command to run the containers in the background. Reload will not work this way.
 ```
-docker-compmose up -d 
+docker-compose up -d 
 ```
+or `docker compose up -d` if not using the docker-compose plugin.
 
 ## Helpful Docker Commands
 `docker ps` shows the running containers. 
-- 
GitLab