From 4e5de310a7a48e8e8257cd182696f71e45d1dcc0 Mon Sep 17 00:00:00 2001
From: Jonathan Rosenbaum <bike@bikeshopi.org>
Date: Mon, 31 Mar 2025 14:47:01 -0400
Subject: [PATCH] Updates README and help() a little bit.

---
 README.md           | 2 +-
 google-civic-api.pl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 888f3c9..a68920b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # League of Women Voters of West Virginia
 
-Custom developed software for the League of Women Voters of West Virginia
+Custom-developed software designed for the League of Women Voters of West Virginia, as well as any state or local League affiliated with the League of Women Voters.
 
 ## IMPORTANT: Format for roster
 
diff --git a/google-civic-api.pl b/google-civic-api.pl
index 1a7ef4f..f9008f0 100755
--- a/google-civic-api.pl
+++ b/google-civic-api.pl
@@ -307,7 +307,7 @@ sub email {
 sub help {
 
     # Construct the dynamic League ID line
-    my $league_id_line = "League ID: ${STATE}000 | $localLeagueIDs";
+    my $league_id_line = "League ID: ${STATE}000 (members at large) | $localLeagueIDs";
     # Replace | with spaces and remove extra spaces
     $league_id_line =~ s/\s*\|\s*/ /g;
     my $help = "LLAW Google Civic Information API Query version 2