From e87ac7a437a3a06d0e3eb8087f5d377a045e5e8b Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 28 Jul 2024 17:33:45 -0400 Subject: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c52bd30..1a35fbf 100644 --- a/README.md +++ b/README.md @@ -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({ -- cgit v1.2.1