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(..)`