Update README.md

Fixed a couple of typos
pull/584/head
ilakast 4 years ago committed by GitHub
parent cc39890534
commit 5e3bdde68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save