Update README.md

This commit is contained in:
Tobe O 2017-04-05 14:37:47 -04:00 committed by GitHub
parent 392aa993ff
commit 6a3f439406

View file

@ -23,5 +23,5 @@ res.render('hello', {'name': 'world'});
# Options
- **partialsPath**: A path within the viewsDirectory to search for partials in.
Default is `./partials`. *Include the leading dot, please*.
Default is `./partials`.
- **fileExtension**: The file extension to search for. Default is `.mustache`.