From 37017cb1e9fad213292dcd1788363b7fcba058d1 Mon Sep 17 00:00:00 2001
From: itsscb <dev@itsscb.de>
Date: Mon, 2 Oct 2023 22:10:20 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c855bf3..ddbf590 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ To first run the application in your local environment you can use
 # to (re-)build the app image including migration
 make backend_build
 
-# to run the db and the app as docker images
+# to run the db and the app as docker containers
 make backend
 ```