From 1c0e29e4b79dcbd01c4055ca0f243c7c147ac7ca Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 22 May 2023 00:34:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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