From 701f50db5d01e7dbe8773952d37d488b0249d603 Mon Sep 17 00:00:00 2001 From: Christian Kaiser Date: Sun, 8 Mar 2026 04:29:39 -0300 Subject: [PATCH] Remove reference to JavaScript in CLI docs --- cli.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli.md b/cli.md index b2ed2f1..7bf6485 100644 --- a/cli.md +++ b/cli.md @@ -105,8 +105,7 @@ Options: Executes Aseprite in a [REPL mode](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop). You -can write JavaScript code in this mode. There are plans for a -[specific API](https://github.com/aseprite/api-draft) for future version. +can write Lua code in this mode using [the scripting API.](//www.aseprite.org/api) ## --batch