From 40b9f21101c5f5c77a358a62bd938ef8219f088d Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Tue, 23 Apr 2019 17:00:28 +0200 Subject: [PATCH] - --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d2e2a3..3c22acc 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Scripting is supported via Python, C#, Lua, JavaScript and PowerShell Add-ons have to be located at: -C:\Users\\\AppData\Roaming\mpv\Addons\\*Addon.dll +C:\Users\\\AppData\Roaming\mpv\Addons\ExampleAddon\ExampleAddon.dll -\\Addons\\*Addon.dll +\\Addons\ExampleAddon\ExampleAddon.dll -\\portable_config\Addons\\*Addon.dll +\\portable_config\Addons\ExampleAddon\ExampleAddon.dll The add-on filename must end with 'Addon.dll'