Skip to content

Commit f0060db

Browse files
authored
Merge pull request #185 from ctjhoa/patch-1
Fix remaining curly braces
2 parents b37b072 + f69b8a5 commit f0060db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You can check out an example of this is action [here](https://mharris717.github.
173173

174174
## Sorting of objects
175175

176-
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.
176+
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.
177177

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

0 commit comments

Comments
 (0)