From f51ccf71c7c3b4b381137bd76ea30649a4a6e164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Darveau?= Date: Sat, 7 Aug 2021 14:02:35 -0400 Subject: [PATCH] clarify order parameter in docker example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ce2a9..dcfd98c 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ labels: - flame.url=https://example.com - flame.category=My category # Optional, default is "Docker" - flame.icon=icon-name # Optional, default is "docker" - - flame.order=1 # Optional, default is 1 + - flame.order=1 # Optional, default is 1; lower number is first in the list ``` And you must have activated the Docker sync option in the settings panel.