We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98fad0 commit 6d19095Copy full SHA for 6d19095
README.md
@@ -97,9 +97,9 @@ Add a file **server.js** with the following content:
97
require("http").createServer(function (req, res) {
98
var fs = require("fs"),
99
// The tmpl module exports the tmpl() function:
100
- tmpl = require("./tmpl").tmpl,
+ tmpl = require("./tmpl"),
101
// Use the following version if you installed the package with npm:
102
- // tmpl = require("blueimp-tmpl").tmpl,
+ // tmpl = require("blueimp-tmpl"),
103
// Sample data:
104
data = {
105
"title": "JavaScript Templates",
0 commit comments