Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hooks committed May 23, 2011
1 parent 017b9f8 commit 99b141b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -62,7 +62,10 @@ asynchronous operations, perform those first before calling `render`.

## A note about whitespace

CoffeeScript is whitespace-sensitive, but your templates aren't. Eco code tags that begin an indented CoffeeScript block are suffixed with a colon. To indicate the end of an indented block, use the special tag `<% end %>`. For example:
CoffeeScript is whitespace-sensitive, but your templates aren't.
Eco code tags that begin an indented CoffeeScript block are
suffixed with a colon. To indicate the end of an indented block,
use the special tag `<% end %>`. For example:

<% if @project.isOnHold(): %>
On Hold
Expand Down

0 comments on commit 99b141b

Please sign in to comment.