jeresig / i18n-node-2

Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax in app and templates.
MIT License
507 stars 79 forks source link

sample in README.md should use res.render #13

Closed alguevara7 closed 10 years ago

alguevara7 commented 11 years ago

In the section "Inside Your Express View" of README.md, the line:

req.render("index", {

should read

res.render("index", {