diff --git a/README.md b/README.md index 6d7469f..a9de50f 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ Is the same as: ```js import tryToCatch from 'try-catch'; -const [error, result] = await tryToCatch(1, 2, 3); +const [error, result] = await tryToCatch(hello, 'world'); ``` ### `should`