Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gdextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```