diff --git a/README.md b/README.md index 648300a..87d28a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # array-sort [![NPM version](https://badge.fury.io/js/array-sort.svg)](http://badge.fury.io/js/array-sort) -> Fast and simple array sorting. Sort an array of primitives, or an array of objects by any number of properties or nested properties. +> Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used. ## Install diff --git a/package.json b/package.json index dbe433c..1aec433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array-sort", - "description": "Fast and simple array sorting. Sort an array of primitives, or an array of objects by any number of properties or nested properties.", + "description": "Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/array-sort", "author": "Jon Schlinkert (https://github.com/jonschlinkert)",