Skip to content

Commit

Permalink
Update attributes example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwarren committed Apr 25, 2015
1 parent 3ed9800 commit 4903ceb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/attributes/attributes.squiffy
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ You clicked {count} links. What about calling [dec]?

[dec]:
@dec count
Now count is {count}. You can also [increase] or [decrease] by values other than 1.

[increase]:
@inc count 10
Now count is {count}.

[decrease]:
@dec count 5
Now count is {count}.

0 comments on commit 4903ceb

Please # to comment.