Merge pull request #62 from blister/master

Fixed minor bug in the flash example in README.md
This commit is contained in:
Sahat Yalkabov
2014-02-07 18:15:18 -05:00

View File

@ -503,7 +503,7 @@ to "info" and "success" flash messages, and you could even create a new one your
**Data Usage Controller (Example)** **Data Usage Controller (Example)**
``` ```
req.flash('warning', 'You have exceeded 90% of your data usage'); req.flash('warning', {msg: 'You have exceeded 90% of your data usage'});
``` ```
**User Account Page (Example)** **User Account Page (Example)**