From c678c74286bd4c7917521b9ecd222e0ca910fc13 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 29 Sep 2018 16:56:22 -0400 Subject: [PATCH] rename --- ExampleExtension/Extension.cpp | Bin 3204 -> 3232 bytes ExampleExtension/Extension.h | Bin 3948 -> 3948 bytes README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleExtension/Extension.cpp b/ExampleExtension/Extension.cpp index d36346b9430f0ada7b9398a08013f958c8efdd75..ef5554ff25bfe8ee8845a6e7d1c3c4898d168bf4 100644 GIT binary patch delta 93 zcmZpXTp+n&6Cgg?UlLn=cBLkU9>Ln1>mkj|exowXTLbh9>_JtG$3YIaX-!dE$1u?fHC NT+WQekj1^rnLn=cBLkWWiLp~5@Go((Q&f1JAx>=jeo)L?1HM=J^;j0|1*o0qm NE@#GK$YS1;i~uI@Bb@*M diff --git a/README.md b/README.md index e7908f4..fafc9c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ExampleExtension -Every time NextHooker has a sentence of text ready, +Every time Textractor has a sentence of text ready, it will call ```OnNewSentence``` on all extensions it finds sequentially, plugging the output of ```OnNewSentence``` from the previous extension into the next extension.
After the sentence has been processed by all extensions, it will be displayed. @@ -17,4 +17,4 @@ After the sentence has been processed by all extensions, it will be displayed. # Notes You just need Visual Studio with basic C++ support to compile this project.
-Compile using Release configuration unless you built NextHooker from source yourself using a Debug configuration. Compile targeting x86 for NextHooker and x64 for NextHooker64. +Compile using Release configuration unless you built Textractor from source yourself using a Debug configuration. Compile targeting x86 for Textractor and x64 for Textractor64.