From 13738d1042d82d135f5fbe49ef6a86eb42b932ae Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 11 Dec 2024 14:43:02 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e9eca1..b120c20 100644 --- a/README.md +++ b/README.md @@ -220,8 +220,8 @@ femaAlertBroadcastEnabled = True femaAlertBroadcastCh = 2,4 # Ignore any headline that includes the word Test ignoreFEMAtest = True -# comma separated list of SAME codes to trigger local alert. -# find yours https://www.weather.gov/nwr/counties +# comma separated list of codes trigger local alert. (e.g., SAME, FIPS, ZIP) +# find your SAME https://www.weather.gov/nwr/counties mySAME = 053029,053073 ```