From 75126d8bab63f5383776b0fa262e555787bd739a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Thu, 18 Jan 2024 22:04:10 +0100 Subject: [PATCH] fix(docs): typo --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index c4bbd1a..e720091 100644 --- a/docker/README.md +++ b/docker/README.md @@ -5,7 +5,7 @@ Manim Slides Docker image, highly inspired from the Manim Community Docker image Building the image can be done with: ```bash -docker build -t manimcommunity/manim:TAG -f docker/Dockerfile . +docker build -t manim-slide/manin-slide:TAG -f docker/Dockerfile . ``` from the root directory of the repository.