Skip to content

Commit

Permalink
Merge branch 'master' into remove-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed May 8, 2013
2 parents 0a159e3 + 53f48d9 commit 96c0228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/junction/filters/dump.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* Examples:
*
* app.use(junction.filters.dump());
* app.filter(junction.filters.dump());
*
* app.use(junction.filters.dump({ prefix: 'XMIT: ' }));
* app.filter(junction.filters.dump({ prefix: 'XMIT: ' }));
*
* @param {Object} options
* @return {Function}
Expand Down

0 comments on commit 96c0228

Please sign in to comment.