Create README.md

This commit is contained in:
Akash Mozumdar 2018-07-13 13:35:39 -04:00 committed by GitHub
parent d845478b9e
commit a7c24880b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
README.md Normal file
View File

@ -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.<br>
After the sentence has been processed by all extensions, it will be displayed.
# Notes
Please compile extensions for Release targeting x86 architecture!