Skip to content

Commit

Permalink
Merge pull request #185 from ctjhoa/patch-1
Browse files Browse the repository at this point in the history
Fix remaining curly braces
  • Loading branch information
dgavey authored Apr 21, 2021
2 parents b37b072 + f69b8a5 commit f0060db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You can check out an example of this is action [here](https://mharris717.github.

## Sorting of objects

We now have a basic sorting capabilities in this library. If you wrap the `{{#sortable-objects}}` component around your `<DraggableObject}}` components you can get an array of sorted elements returned.
We now have a basic sorting capabilities in this library. If you wrap the `<SortableObjects>` component around your `<DraggableObject>` components you can get an array of sorted elements returned.

**Important Note on Ember Versions:
If you use Ember version 1.13.2 and above you must user at least addon version 0.3 if you use sorting
Expand Down

0 comments on commit f0060db

Please sign in to comment.