diff --git a/resources/README.md b/resources/README.md index 975881c4..cf30432c 100644 --- a/resources/README.md +++ b/resources/README.md @@ -17,7 +17,7 @@ This folder contains resources that is used for building or packaging the projec ### Development -- `lite_xl_plugin_api.h`: Native plugin API header. See the contents of `lite_xl_plugin_api.h` for more details. +- `include/lite_xl_plugin_api.h`: Native plugin API header. See the contents of `lite_xl_plugin_api.h` for more details. -[1]: https://mesonbuild.com/Cross-compilation.html \ No newline at end of file +[1]: https://mesonbuild.com/Cross-compilation.html diff --git a/resources/include/lite_xl_plugin_api.h b/resources/include/lite_xl_plugin_api.h index 2947039e..0c5e93e9 100644 --- a/resources/include/lite_xl_plugin_api.h +++ b/resources/include/lite_xl_plugin_api.h @@ -2560,4 +2560,4 @@ void lite_xl_plugin_init(void *XL); * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -******************************************************************************/ \ No newline at end of file +******************************************************************************/