Skip to content

Commit 8d160bb

Browse files
committed
update description
1 parent bc0e996 commit 8d160bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# array-sort [![NPM version](https://badge.fury.io/js/array-sort.svg)](http://badge.fury.io/js/array-sort)
22

3-
> Fast and simple array sorting. Sort an array of primitives, or an array of objects by any number of properties or nested properties.
3+
> 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.
44
55
## Install
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-sort",
3-
"description": "Fast and simple array sorting. Sort an array of primitives, or an array of objects by any number of properties or nested properties.",
3+
"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.",
44
"version": "0.1.0",
55
"homepage": "https://github.com/jonschlinkert/array-sort",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",

0 commit comments

Comments
 (0)