From a72d726b58b4f613e48d73a5c43331b9139b9dbd Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Fri, 17 May 2024 18:59:54 +0200 Subject: [PATCH] chore: cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e713ec..cd40595 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ await promise console.log(spied.results) // ['ok', Promise<'a!'>] -console.log(await spied.results[0]) // 'a!' +console.log(await spied.returns[0]) // 'a!' ``` > [!WARNING]