diff --git a/README.md b/README.md
index fafc9c7..e66d94f 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ After the sentence has been processed by all extensions, it will be displayed.
# SentenceInfo
## The following properties are in ```SentenceInfo```
-```"current select"```: always 0 unless the sentence is in the text channel selected by the user.
-```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text channel is always -1.
-```"process id"```: process id that the sentence is coming from.
-```"text handle"```: number that uniquely identifies the current text channel.
-```"text name"```: pointer to start of a wchar array of the name of the current text channel.
+```"current select"```: always 0 unless the sentence is in the text thread selected by the user.
+```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text thread is always -1.
+```"process id"```: process id that the sentence is coming from. 0 for console and clipboard text threads.
+```"text handle"```: number that uniquely identifies the current text thread.
+```"text name"```: pointer to start of a wchar array of the name of the current text thread.
# Notes