Skip to content

Commit

Permalink
Minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lightchpa committed Nov 7, 2016
1 parent 6f3ebce commit 5f5bf91
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 @@ -124,7 +124,7 @@ app.use(sassMiddleware({
debug: true,
outputStyle: 'compressed',
prefix: '/prefix', // Where prefix is at <link rel="stylesheets" href="prefix/style.css"/>
log : function (key, value) { winston.info('node-saas-middleware %s : %s', key, value); }
log: function (key, value) { winston.info('node-saas-middleware %s : %s', key, value); }
}));
// Note: you must place sass-middleware *before* `express.static` or else it will
// not work.
Expand Down

0 comments on commit 5f5bf91

Please sign in to comment.