mentioned + for spaces in help (fixes #397)

This commit is contained in:
Igor Chubin 2020-05-24 19:59:14 +02:00
parent fc604e2575
commit a35b1ea350
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ request like this:
$ curl wttr.in/London $ curl wttr.in/London
$ curl wttr.in/Moscow $ curl wttr.in/Moscow
$ curl wttr.in/Salt+Lake+City
If you omit the location name, you will get the report for your current location based on your IP address. If you omit the location name, you will get the report for your current location based on your IP address.

View file

@ -6,7 +6,7 @@ Usage:
Supported location types: Supported location types:
/paris # city name /paris # city name
/~Eiffel+tower # any location /~Eiffel+tower # any location (+ for spaces)
/Москва # Unicode name of any location in any language /Москва # Unicode name of any location in any language
/muc # airport code (3 letters) /muc # airport code (3 letters)
/@stackoverflow.com # domain name /@stackoverflow.com # domain name