From e955e9917a9732775ccbca52d2dc73c119f5b1fe Mon Sep 17 00:00:00 2001 From: jyotipal0 <72204616+jyotipal0@users.noreply.github.com> Date: Fri, 16 Oct 2020 16:19:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a248a9..ecf76486 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ If you need more advanced layouting with multiple content blocks at the same tim You can run the project in docker. To build the container, you need to install docker and docker-compose than launch the docker daemon. After launching the daemon run the following commands from the project folder: -Build the image +Build the image. ``` docker-compose build ```