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 () {