From 405950e049c7e91232c68fe399a06aee5c175163 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 17 Feb 2026 10:05:31 -0600 Subject: [PATCH] Update `gdextension/README.md` for new `gdextension_interface.json` --- gdextension/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdextension/README.md b/gdextension/README.md index 1e11f9a35..0c6ae4ded 100644 --- a/gdextension/README.md +++ b/gdextension/README.md @@ -13,8 +13,8 @@ update procedure used to sync this repository with upstream releases: version/commit which you are using. * Or if you use an official release, download that version of the Godot editor. - Use the compiled or downloaded executable to generate the `extension_api.json` - and `gdextension_interface.h` files with: + and `gdextension_interface.json` files with: ``` -godot --dump-extension-api --dump-gdextension-interface +godot --dump-extension-api --dump-gdextension-interface-json ```