diff --git a/README.md b/README.md index 83cf709..3626d5f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ After the sentence has been processed by all extensions, it will be displayed. ## The following properties are in ```MiscInfo``` ```"current select"```: always 0 unless the sentence is in the text channel currently selected by the user.
-```"text number"```: number uniquely identifying the text channel the sentence is in. Console text channel is always 0.
+```"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.
# Notes