From a53fb9773fd11b857ee1becd58ca13ba0e536a40 Mon Sep 17 00:00:00 2001 From: James Colannino Date: Thu, 15 Jul 2021 14:05:28 -0700 Subject: [PATCH] trogdord: another minor documentation fix --- src/trogdord/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trogdord/README.md b/src/trogdord/README.md index c43e5270..ad3aad69 100644 --- a/src/trogdord/README.md +++ b/src/trogdord/README.md @@ -75,7 +75,7 @@ For example (this works on Ubuntu 18.04): INIH_INCLUDE_DIRS="/usr/include" cmake -DCMAKE_BUILD_TYPE=Release . ``` -Trogdord, if compiled on a platform that supports libdl for dynamic linking, supports writing and loading extensions (support for other platforms like Windows may or may not materialize.) This support is automatically built-in, but can be disabled in trogdord.ini. +Trogdord, if compiled on a platform that supports libdl for dynamic linking, supports writing and loading extensions (support for other platforms like Windows may or may not materialize in the future.) This support is automatically built-in, but can be disabled in trogdord.ini. See the ["Hello, World"](./sample/extensions/hello) extension for a buildable example that serves as a template that can be copied and adapted for other projects.