mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
Update README.md
Fixed a couple of typos
This commit is contained in:
parent
cc39890534
commit
5e3bdde68a
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ So, these two calls are the same:
|
|||
```
|
||||
Keep in mind, that when using in `tmux.conf`, you have to escape `%` with `%`, i.e. write there `%%` instead of `%`.
|
||||
|
||||
The output does not contain new line by defalt, when the %-notation is used, but it does contain it when preconfigured format (`1`,`2`,`3` etc.)
|
||||
The output does not contain new line by default, when the %-notation is used, but it does contain it when preconfigured format (`1`,`2`,`3` etc.)
|
||||
are used. To have the new line in the output when the %-notation is used, use '\n' and single quotes when doing a query from the shell.
|
||||
|
||||
In programs, that are querying the service automatically (such as tmux), it is better to use some reasonable update interval. In tmux, you can configure it with `status-interval`.
|
||||
|
@ -240,7 +240,7 @@ $ cat ~/.config/fontconfig/fonts.conf
|
|||
|
||||
(to apply the configuration, run `fc-cache -f -v`).
|
||||
|
||||
In some cases, `tmux` and the terminal understandinf of some emoji characters may differ, which may
|
||||
In some cases, `tmux` and the terminal understanding of some emoji characters may differ, which may
|
||||
cause strange effects similar to that described in #579.
|
||||
|
||||
## Data-rich output format (v2)
|
||||
|
|
Loading…
Reference in a new issue