From c32f05cf56a6fdc2fd851a66ad110185745faa60 Mon Sep 17 00:00:00 2001 From: CBS Information System Date: Wed, 11 May 2022 13:00:07 +0900 Subject: [PATCH] fixed typo again. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd1222e..334c801 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To apply these customization, append following lines to docker compose file /etc services: web: volumes: - - /elabftw-customization/web/assets/images/logo-header.png:/elabftw/web /assets/images/logo-header.png + - /elabftw-customization/web/assets/images/logo-header.png:/elabftw/web/assets/images/logo-header.png - /elabftw-customization/web/app/img:/elabftw/web/app/img - - /elabftw-customization/src/templates/head.html:/elabftw/src/templates /head.html + - /elabftw-customization/src/templates/head.html:/elabftw/src/templates/head.html ```