From e8cc96589f28678f444cc6c3cb75bff9559a4bb1 Mon Sep 17 00:00:00 2001 From: Nate Sire Date: Sat, 10 Apr 2021 19:07:18 -0400 Subject: [PATCH] Update README.md I forgot to add the require --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 127dfe1..afe4bd6 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ $ npm install mustache --save Below is a quick example how to use mustache.js: ```js +var Mustache = require('mustache'); + var view = { title: "Joe", calc: function () {