Skip to content

Commit

Permalink
Fixing typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Aug 14, 2017
1 parent 78e31b4 commit 79b73af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ Simple HTML snippet to show what can be achieved using Fue:
<!--For-cycle-->
<li fs-for="item in items">
{{{item.Name}}} {{{$index}}} {{{$length}}} {{{$iteration}}}
<div fs-if={{{$is-not-last}}}>Shown if not last item of collection</div>
<div fs-if={{{$is-last}}}>Shown only for the last item of collection</div>
<div fs-if="$is-not-last">Shown if not last item of collection</div>
<div fs-if="$is-last">Shown only for the last item of collection</div>
</li>

<!--For-cycle with direct tuple destructuring-->
Expand Down Expand Up @@ -315,4 +315,4 @@ type UserAccess =
Fue is based on amazing [Html Agility Pack](http://htmlagilitypack.codeplex.com/) library.

## Contribution
Did you find any bug? Missing functionality? Please feel free to [Create issue](https://github.com/Dzoukr/Fue/issues) or [Pull request](https://github.com/Dzoukr/Fue/pulls).
Did you find any bug? Missing functionality? Please feel free to [Create issue](https://github.com/Dzoukr/Fue/issues) or [Pull request](https://github.com/Dzoukr/Fue/pulls).

0 comments on commit 79b73af

Please sign in to comment.