From 495632a25026292b65e724a8ac3783467212b94b Mon Sep 17 00:00:00 2001 From: Zack Steinkamp Date: Tue, 12 Mar 2024 13:30:05 -0700 Subject: [PATCH] fix spacing --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84caf1e..0a0e357 100644 --- a/README.md +++ b/README.md @@ -240,9 +240,10 @@ Choose to "Reopen in container" and the services specified in the `docker-compos #### Docker Compose If you just want to start the development environment using Docker (no devcontainer) then run: - ``` - make docker-devup - ``` +``` +make docker-devup +``` + ### Without Docker