Skip to content

Commit

Permalink
Fix README newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ugursoy committed Feb 1, 2025
1 parent f573833 commit f675553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ Additionally, a video tutorial by [Mitch McCollum (finepointcgi)](https://github
Loads the extension in the given path. Does not require [method SQLite.enable_load_extension], as it only enables C-API during the call and disables it right after, utilizing the recommended extension loading method declared by the SQLite documentation ([see](https://www.sqlite.org/c3ref/load_extension.html)). Returns the SQLite return code.
- **extension_path:** the path to the compiled binary of the extension
- **entrypoint:** the extension's entrypoint method (init function). It is defined in the .c file of the extension.
Example for loading the spellfix module:
```gdscript
Expand Down

0 comments on commit f675553

Please sign in to comment.