From 8b7f4cb0667dd488e1870a6bd62ef8975327a216 Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Tue, 21 May 2024 15:00:44 +0300 Subject: [PATCH] Fix typo in make commands --- dockerize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerize/README.md b/dockerize/README.md index a1153809..aa59cea4 100644 --- a/dockerize/README.md +++ b/dockerize/README.md @@ -152,7 +152,7 @@ make shell c=container_name make exec c="command" ``` -#### Development Commands +### Development Commands - **build-dev:** Builds Docker images for the development environment. ```sh