From 1c79b08228b369d97677b0537ae82215efb31695 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Mon, 10 Nov 2025 04:33:42 +0000 Subject: [PATCH] correct environment variable escaping in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c271ed8..8b656a4 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ services: # Each argument in the permalink URL can become an environment variable on the Docker host by adding WSQS_ # Following the "Sharing a Permalink" example below, here are a few environment variables defined. Visit that section for a # more complete list of configuration options. - - WSQS_latLonQuery="Orlando International Airport Orlando FL USA" + - WSQS_latLonQuery=Orlando International Airport Orlando FL USA - WSQS_hazards_checkbox=false - WSQS_current_weather_checkbox=true ports: