From 986ead55c6b79cea21c1cfd3e67070910fc05db4 Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 17 Oct 2025 11:42:55 -0700 Subject: [PATCH] minor update to instal prereq --- .../cloud-dedicated/process-data/visualize/superset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/cloud-dedicated/process-data/visualize/superset.md b/content/influxdb3/cloud-dedicated/process-data/visualize/superset.md index e2058c9d1..5973bc44f 100644 --- a/content/influxdb3/cloud-dedicated/process-data/visualize/superset.md +++ b/content/influxdb3/cloud-dedicated/process-data/visualize/superset.md @@ -52,7 +52,7 @@ stored in an InfluxDB database. ### Install prerequisites for Superset and Flight SQL -We recommend using **Docker and docker-compose v2** to run Superset. +We recommend using **Docker and Docker Compose v2** to run Superset. To set up Superset to run in Docker containers with Flight SQL, follow these steps: > [!Warning]