From 88acc5d1346a6918f36d05c8c14b16ee375c6369 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 16 Nov 2014 23:03:38 -0800 Subject: [PATCH] Explain what Sortable is --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e24c1..9b3b6b0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Sortable +Sortable is a minimalist JavaScript library for reorderable drag-and-drop lists. ## Features -* Support touch devices and [modern](http://caniuse.com/#search=drag) browsers +* Supports touch devices and [modern](http://caniuse.com/#search=drag) browsers * Built using native HTML5 drag and drop API +* Can drag from one list to another or within the same list * Simple API * Lightweight, 2KB gzipped * No jQuery