Update README.md

This commit is contained in:
Tobe O 2017-04-05 14:38:59 -04:00 committed by GitHub
parent 2ab4b5ffd4
commit a3e5eab1a2

View file

@ -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