diff --git a/README.md b/README.md index a855732b..9f247293 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The full expression syntax of Handlebars can be used on the templates. ### Misc -- `{{ date }}` - The output of `new Date()`. +- `{{ date }}` - The current date as output from `new Date().toString()`. ## License