From 695a3edb478e299904486d556c7b177392a68080 Mon Sep 17 00:00:00 2001 From: Troy Rhinehart Date: Wed, 13 Jun 2018 11:25:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a99450..6b80c20 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ const inst = await new MyClass(42); // notice the await await inst.increment(); -await inst.foo(); // 43 +await inst.getValue(); // 43 ``` ## License