From 9ad17e0f6255884aec75dc1663399922444e7a1c Mon Sep 17 00:00:00 2001 From: mathis5711 <70803186+mathis5711@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:36:44 +0100 Subject: [PATCH] Fix warning message for updating from Umami V2 Fixing markdown from last commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1232499..1a43d28b 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ docker pull docker.umami.is/umami-software/umami:latest ## 🔄 Getting Updates > [!WARNING] -> > If you are updating from Umami V2, image "postgresql-latest" is deprecated. You must change it to "latest". +> If you are updating from Umami V2, image "postgresql-latest" is deprecated. You must change it to "latest". > Ex : rename "docker.umami.is/umami-software/umami:postgresql-latest" to "docker.umami.is/umami-software/umami:latest". To get the latest features, simply do a pull, install any new dependencies, and rebuild: