From 1de229096d20e2dbffbda23575523f9b78e1ae38 Mon Sep 17 00:00:00 2001 From: Derek Gavey Date: Tue, 2 Feb 2016 20:32:06 -0700 Subject: [PATCH] Another small update to readme format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1538e7d..b7ea627 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,9 @@ You can check out an example of this is action [here](http://mharris717.github.i We now have a basic sorting capabilities in this library. If you wrap the `{{#sortable-objects}}` component around your `{{#draggable-object}}` 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 -If you use Ember version 1.12.1 and below you must use 0.2.3 if you use sorting +**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 +If you use Ember version 1.12.1 and below you must use 0.2.3 if you use sorting This only applies if you use the sort capabilities, regular dragging is not version specific. An Example: