From 93004e45fd4722a9fe1f6976d746fdbacedf81c4 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Wed, 10 Jun 2020 13:27:16 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08ae9a3..71a56a11 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You don't need to have a PHP environment with composer installed. ### Prerequisits * Your user must be allowed to run docker commands (directly or via sudo). -* You must have docker-composed installed. +* You must have docker-compose installed. * Your user must be allowed to change file permissions (directly or via sudo). ### Follow these steps