From a7c24880b9e755f47f0dffea7bda7687abad24e3 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Fri, 13 Jul 2018 13:35:39 -0400 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7140b87 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ExampleExtension + +Every time NextHooker has a sentence of text ready, +it will call ```NewSentence``` on all extensions it finds sequentially, +plugging the output of ```NewSentence``` from the previous extension into the next extension.
+After the sentence has been processed by all extensions, it will be displayed. + +# Notes + +Please compile extensions for Release targeting x86 architecture!