From 325c5846b177cc1f80da94a2c3869c4e7f9766f7 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 7 Nov 2025 14:36:28 +0100 Subject: [PATCH] readme: deprecate lua All new apps shall be in js and ucode. Signed-off-by: Paul Donald --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e4f4b5da..7a9027f834 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To install all its package definitions, run: You can browse the generated API documentation directly on Github. - - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html) + - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html); Note: deprecated - Lua will be removed in future. Use ucode rpcd for server side operations. - [Client side JavaScript APIs](http://openwrt.github.io/luci/jsapi/index.html) ## Development -- 2.30.2