diff --git a/README.md b/README.md index c9c5535..6901810 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ const { Dialog, GlkOte, send } = ```js send('open door', inputType, targetWindow) ``` -You can receive `inputType` and `id` of `targetWindow` in `onUpdateInputs` handler.
-You can receive `targetWindow` by its `is` in `onUpdateWindows` handler.
+You can obtain `inputType` and `id` of `targetWindow` inside the `onUpdateInputs` handler.
+You can specify `targetWindow` by its `id` inside the `onUpdateWindows` handler.
As I know, `inputType` can be `line` or `char`. ### Output and lifecycle