Skip to content

Commit

Permalink
Fixed typo thanks to @lucasbento
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jul 25, 2016
1 parent 00ceb83 commit c6d91c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ var users = [
async.each(users, function (user, next) {
// render the pt-br localized template:
newsletter.render(user, 'pt-br' function (err, result) {
newsletter.render(user, 'pt-br', function (err, result) {
if (err) return next(err)
// result.html
// result.text
Expand Down

0 comments on commit c6d91c8

Please sign in to comment.