Skip to content

Commit

Permalink
Update layout suppression option documentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kmctown committed Jan 22, 2014
1 parent 854c65c commit cdc9851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ There are three ways to use a layout, listed in precedence order
layout: 'layout/veggie'
});

This option also allows for default layout suppression by passing in a falsey Javascript value as the value of the `layout` property:
This option also allows for layout suppression (both the default layout and when specified declaratively in a page) by passing in a falsey Javascript value as the value of the `layout` property:

res.render('veggies', {
title: 'My favorite veggies',
Expand Down

0 comments on commit cdc9851

Please sign in to comment.