From 3bbbc21a485026dedfc23c2929f7cd3ba7c0b358 Mon Sep 17 00:00:00 2001 From: Vladislav Kramorenko <85196001+Xewus@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:24:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8386e31..d1f5fce 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Your service is work! Oh, I'm sorry. You also need to create the first account for the admin panel using this command: ```text -sudo docker exec -it app python manage.py createsuperuser +sudo docker exec -it foodgram-app python manage.py createsuperuser ``` And if you want, you can use the list of ingredients offered by us to write recipes.