diff --git a/ExampleExtension/Extension.cpp b/ExampleExtension/Extension.cpp
index d36346b..ef5554f 100644
Binary files a/ExampleExtension/Extension.cpp and b/ExampleExtension/Extension.cpp differ
diff --git a/ExampleExtension/Extension.h b/ExampleExtension/Extension.h
index 0b6573c..ba834b0 100644
Binary files a/ExampleExtension/Extension.h and b/ExampleExtension/Extension.h differ
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.