Updates README and help() a little bit.

This commit is contained in:
Jonathan Rosenbaum 2025-03-31 14:47:01 -04:00
parent 0bdab74725
commit 4e5de310a7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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