diff --git a/README.md b/README.md index cfe6b7be..fd2fdbee 100644 --- a/README.md +++ b/README.md @@ -1284,7 +1284,8 @@ const resultMessage = await validateUser(user) Takes a `ResultAsync` and lets the original `ResultAsync` pass through regardless the result of the passed-in function. -This is a handy way to handle side effects whose failure or success should not affect your main logics such as logging. +This is a handy way to handle side effects whose failure or success should not affect your main logics such as logging. +The callback passed to `andTee` will be awaited **Signature:**