From a3e5eab1a2534277defa6061c73542734c1c1a49 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 5 Apr 2017 14:38:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bc5c09..8a7bf00b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ then this is already installed. await app.configure(mustache(new Directory('views'))); // Render `hello.mustache` -res.render('hello', {'name': 'world'}); +await res.render('hello', {'name': 'world'}); ``` # Options