Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Nov 2, 2016
1 parent 906d72f commit e15ce8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ mixer.filter('.category-a');
```
> Calling a mixer API method
*Building a JavaScript web application?* You may wish to use MixItUp 3's new "dataset" API. When using dataset, MixItUp acts purely as the "view" layer of your UI component allowing you to interact with it purely via your data model, and avoiding the DOM API entirely. For more information check out out [--website pending--]() tutorial.
##### Building a modern JavaScript application?

You may wish to use MixItUp 3's new "dataset" API. When using dataset, MixItUp becomes "view" layer of your UI component allowing you to interface purely via your data model, and avoiding the DOM API entirely.

For more information check out out [--website pending--]() tutorial.

##### Loading Animations

Expand Down

0 comments on commit e15ce8f

Please sign in to comment.