From 9b2e3c59e3e53b62f7f9dec245999c904c74a365 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 11 Apr 2021 00:09:20 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9d097d..c228e8c 100644 --- a/README.md +++ b/README.md @@ -1182,12 +1182,10 @@ printer .send('flush') ``` -If the user wants to reject messages after the promise is finalized it is their -responsibility. +If the user wants to handle messages differently (ignore for example) after the +promise is finalized it is their responsibility +(see: [`(..)`](#promiseinteractive) for more info) - #### `Promise.interactive(..)`