From f741cc2231f299c1df6e98978297b890f2abf82f Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 29 Feb 2024 00:29:39 -0600 Subject: [PATCH] Remove hard rejection note in readme (#261) --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 67a9cdf..d57ac28 100644 --- a/readme.md +++ b/readme.md @@ -300,10 +300,6 @@ Default: `2` The number of spaces to use for indenting the help text. -## Promises - -Meow will make unhandled rejected promises [fail hard](https://github.com/sindresorhus/hard-rejection) instead of the default silent fail. Meaning you don't have to manually `.catch()` promises used in your CLI. - ## Tips See [`chalk`](https://github.com/chalk/chalk) if you want to colorize the terminal output.