Merge pull request #1929 from dsnopek/out-of-date-readme

Update `gdextension/README.md` for new `gdextension_interface.json`
This commit is contained in:
David Snopek
2026-02-17 10:42:55 -06:00
committed by GitHub

View File

@@ -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
```