From d9edbcf7a32dd3e3631be621f5758c42493d9de8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2019 14:09:01 +0200 Subject: README: fix minor typos --- libmpv/README.md | 8 ++++---- 1 file 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 -- cgit v1.2.3