diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ put this script into your ~/.config/mpv/scripts/ directory: -- install eat-it on startup local mp = require("mp") local utils = require("mp.utils") -local path = mp.comand_native({ "expand-path", "~~/scripts/eat-it" }) +local path = mp.command_native({ "expand-path", "~~/scripts/eat-it" }) if not utils.readdir(path) then mp.command_native_async({ |