From 4eebaa7bd032b59175c3d6968f5c8d2113434146 Mon Sep 17 00:00:00 2001 From: soulofmischief <30357883+soulofmischief@users.noreply.github.com> Date: Sat, 16 Mar 2019 00:00:19 -0500 Subject: [PATCH 1/2] Fix grammar and future-proof against new releases There was a grammatical redundancy in the phrase "both the two", so by generalizing the statement to any arbitrary number of .lua files we simultaneously fix this redundancy and future-proof the README against new releases, which might add or subtract a script file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40b246..db80867 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This allows you to preview the end of the file before every thumbnail has been g ## How do I install it? -Grab both the two `.lua`s from the [**releases page**](https://github.com/TheAMM/mpv_thumbnail_script/releases) and place them both to your mpv's `scripts` directory. +Grab the `.lua` files from the [**releases page**](https://github.com/TheAMM/mpv_thumbnail_script/releases) and place them in your mpv's `scripts` directory. For example: * Linux/Unix/Mac: `~/.config/mpv/scripts/mpv_thumbnail_script_server.lua` & `~/.config/mpv/scripts/mpv_thumbnail_script_client_osc.lua` From de943c376843c7a7706302c4193c2b48c50284d3 Mon Sep 17 00:00:00 2001 From: soulofmischief <30357883+soulofmischief@users.noreply.github.com> Date: Sat, 16 Mar 2019 00:02:14 -0500 Subject: [PATCH 2/2] Remove second-person reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db80867..631256a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This allows you to preview the end of the file before every thumbnail has been g ## How do I install it? -Grab the `.lua` files from the [**releases page**](https://github.com/TheAMM/mpv_thumbnail_script/releases) and place them in your mpv's `scripts` directory. +Grab the `.lua` files from the [**releases page**](https://github.com/TheAMM/mpv_thumbnail_script/releases) and place them in mpv's `scripts` directory. For example: * Linux/Unix/Mac: `~/.config/mpv/scripts/mpv_thumbnail_script_server.lua` & `~/.config/mpv/scripts/mpv_thumbnail_script_client_osc.lua`