Browse Source

mentioned + for spaces in help (fixes #397)

pull/456/head
Igor Chubin 6 years ago
parent
commit
a35b1ea350
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      share/help.txt

+ 1
- 0
README.md View File

@ -39,6 +39,7 @@ request like this:
$ curl wttr.in/London
$ 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.


+ 1
- 1
share/help.txt View File

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


Loading…
Cancel
Save