Updates README and help() a little bit.
This commit is contained in:
parent
0bdab74725
commit
4e5de310a7
@ -1,6 +1,6 @@
|
|||||||
# League of Women Voters of West Virginia
|
# 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
|
## IMPORTANT: Format for roster
|
||||||
|
|
||||||
|
@ -307,7 +307,7 @@ sub email {
|
|||||||
sub help {
|
sub help {
|
||||||
|
|
||||||
# Construct the dynamic League ID line
|
# 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
|
# Replace | with spaces and remove extra spaces
|
||||||
$league_id_line =~ s/\s*\|\s*/ /g;
|
$league_id_line =~ s/\s*\|\s*/ /g;
|
||||||
my $help = "LLAW Google Civic Information API Query version 2
|
my $help = "LLAW Google Civic Information API Query version 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user