diff --git a/ExampleExtension/ExampleExtension.vcxproj.filters b/ExampleExtension/ExampleExtension.vcxproj.filters
index bb730da..2055aff 100644
--- a/ExampleExtension/ExampleExtension.vcxproj.filters
+++ b/ExampleExtension/ExampleExtension.vcxproj.filters
@@ -9,10 +9,6 @@
{93995380-89BD-4b04-88EB-625FBE52EBFB}
h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
diff --git a/ExampleExtension/Extension.cpp b/ExampleExtension/Extension.cpp
index 7321f1f..7d83475 100644
Binary files a/ExampleExtension/Extension.cpp and b/ExampleExtension/Extension.cpp differ
diff --git a/ExampleExtension/stdafx.h b/ExampleExtension/stdafx.h
index 24717e6..7b65bc1 100644
Binary files a/ExampleExtension/stdafx.h and b/ExampleExtension/stdafx.h differ
diff --git a/README.md b/README.md
index 7140b87..721f710 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# 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.
+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.
# Notes