summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-09-13 14:09:01 +0200
committerwm4 <wm4@nowhere>2019-09-13 14:30:22 +0200
commitd9edbcf7a32dd3e3631be621f5758c42493d9de8 (patch)
tree1349d77733c733852973c01ee0af61258a842711
parent66de9bc04f76641e9ad9064489bd193f8af86f13 (diff)
downloadmpv-examples-d9edbcf7a32dd3e3631be621f5758c42493d9de8.tar.bz2
mpv-examples-d9edbcf7a32dd3e3631be621f5758c42493d9de8.tar.xz
README: fix minor typos
-rw-r--r--libmpv/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmpv/README.md b/libmpv/README.md
index 0ff90e1..68480ae 100644
--- a/libmpv/README.md
+++ b/libmpv/README.md
@@ -4,8 +4,8 @@ All these examples use the mpv client API through libmpv.
## Where are the docs?
-The libmpv C API is documented directly in the header files (on normal Unix
-systems, this is in `/usr/include/mpv/client.h`.
+The libmpv C API is documented directly in the header files. (On normal Unix
+systems, this is in `/usr/include/mpv/client.h`.)
libmpv merely gives you access to mpv's command interface, which is documented
here:
@@ -49,8 +49,8 @@ Both on X11 and win32, the player will fill the window referenced by the "wid"
option fully and letterbox the video (i.e. add black bars if the aspect ratio of
the window and the video mismatch).
-Setting the "input-vo-keyboard" may be required to get keyboard input through
-the embedded window, if this is desired.
+Setting the `input-vo-keyboard` option may be required to get keyboard input
+through the embedded window, if this is desired.
### Render API