From 26902858da5233adb372b8bbb4faa95dd039cdd8 Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Fri, 14 Feb 2020 20:27:18 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 238b38994..489e850f7 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ FFXIV Hooking framework for [FFXIVQuickLauncher](https://github.com/goaaats/FFXIVQuickLauncher). +## Plugin development +Dalamud features a growing API for in-game plugin development with game data and chat access and overlays. +Please see the [API documentation](https://goaaats.github.io/Dalamud/api/index.html) for more details. + Thanks to Mino, whose work has made this possible!