From 1d8cbe7a1afb77514e1ceb6eac75852487434e52 Mon Sep 17 00:00:00 2001 From: XP1 Date: Wed, 5 Jun 2013 00:40:55 -0400 Subject: [PATCH] Update README.md Use consistent verb tenses. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 910b148a..008ec448 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ To get started checkout examples and documentation at http://ivaynberg.github.co What Usecases Does Select2 Support ------------------------------------------------- -* Enhances native selects with search -* Enhances native selects with a better multi-select interface +* Enhancing native selects with search +* Enhancing native selects with a better multi-select interface * Loading data from javascript: easily load items via ajax and have them searchable -* Nested optgroups: native selects only support one level of nested, Select2 does not have this restriction +* Nesting optgroups: native selects only support one level of nested, Select2 does not have this restriction * Tagging: ability to add new items on the fly * Working with large remote datesets: ability to partially load a dataset based on the search term * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end