From ada4c6888cacccf579078ee221d38e5d0d9c0d81 Mon Sep 17 00:00:00 2001 From: Arslan Noor <45531079+arslannoorpansota@users.noreply.github.com> Date: Thu, 13 Oct 2022 02:25:30 +0500 Subject: [PATCH] added hypen (#15273) --- samples/django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/django.md b/samples/django.md index 5dc460cfab..d8f936f577 100644 --- a/samples/django.md +++ b/samples/django.md @@ -267,7 +267,7 @@ In this section, you set up the database connection for Django. ``` * Or, for a more elegant shutdown, switch to a different shell, and run - [docker compose down](../engine/reference/commandline/compose_down.md) from the top level of your + [docker-compose down](../engine/reference/commandline/compose_down.md) from the top level of your Django sample project directory. ```console