commit 3020b227faf5fe22512e195f15332dae17fadf57
parent 4ead90925991321502746aa1a2cc5bd6983c2c01
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 27 Jun 2022 16:12:19 +0200
Quote location in example, as this is a common source of error.
Apparently some users insist on adding spaces between city and country
code, and do not understand why they don't get the expected result.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -91,7 +91,7 @@ AnsiWeather packages are available for:
Display forecast using metric units for the next five days (showing symbols
and daylight data) for Rzeszow, Poland:
- ansiweather -l Rzeszow,PL -u metric -s true -f 5 -d true
+ ansiweather -l "Rzeszow,PL" -u metric -s true -f 5 -d true