From 7f31993ff69160019d0973f3b24ceae7665cef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Germann?= Date: Mon, 2 Aug 2021 21:31:15 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3069c29..d12fd31 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ If you want to switch states db from file to redis on a n existing installation ### Detecting this Docker image by ioBroker (feature for adapter developers) -For adapter developers it is now possible to easily detect if ioBroker is running inside the official docker container. Please simply check if the file `/opt/scripts/.docker_config/.thisisdocker"` exists. The content of the file will tell the image version. +For adapter developers it is now possible to easily detect if ioBroker is running inside the official docker container. Please simply check if the file `/opt/scripts/.docker_config/.thisisdocker` exists. The content of the file will tell the image version. ### Beta testing