From 05b156156e2eb84bc0eb61e5678588e70fa0cf7e Mon Sep 17 00:00:00 2001 From: Mikey <15002903+familyfriendlymikey@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:14:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61cd6cc..f7dd0ea 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ LUA and relying on `mpv`'s API. Most people on GitHub know how to code in some language, but not everyone wants to learn LUA and an API to cut their videos. -I chose to wrote the default `make_cuts` script in Imba, an extremely +I chose to write the default `make_cuts` script in Imba, an extremely underrated language that compiles to readable JavaScript. Python would have been a good candidate as well, but Python's VM takes significantly longer to start up than Node's which I didn't like.