diff --git a/README.md b/README.md index 2171404..c33a67a 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # 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 + * Can drag from one list to another or within the same list * Animation moving items when sorting (css animation) * Built using native HTML5 drag and drop API * Support [AngularJS](#ng) * Simple API - * Lightweight, 2KB gzipped * No jQuery - ### Usage ```html