Update README.md
This commit is contained in:
parent
2ab4b5ffd4
commit
a3e5eab1a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue