From 662ba00dd187c4d1978c1bf31d6608da37a839f6 Mon Sep 17 00:00:00 2001 From: Josh C Date: Tue, 15 Jun 2021 18:18:48 -0700 Subject: [PATCH] Update Dev-intro.rst --- docs/Dev-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dev-intro.rst b/docs/Dev-intro.rst index 2a17313fe..758bf225f 100644 --- a/docs/Dev-intro.rst +++ b/docs/Dev-intro.rst @@ -22,7 +22,7 @@ Plugins DFHack plugins are written in C++ and located in the ``plugins`` folder. Currently, documentation on how to write plugins is somewhat sparse. There are -templates that you can get use to get started in the ``plugins/skeleton`` +templates that you can use to get started in the ``plugins/skeleton`` folder, and the source code of existing plugins can also be helpful. If you want to compile a plugin that you have just added, you will need to add a