diff --git a/README.md b/README.md index ec1393f..7abdf41 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ [![Zipped Size][]][bundle phobia] [![Language][]][typescript] -This library is a collection of high performance utilities from Set Theory, -which operate on an arbitrary number of Sets by each accepting variable arguments. +High performance set theory. -Each utility function operates with the principals of immutability: -none of the input sets are modified in the process or result of calculation. +This library is a collection of functional utilities from set theory, +each of which operate on an arbitrary number of input sets. + +Each function accepts variable arguments and operates with the principals of immutability: +none of the input sets are modified in the process of calculation. ## Set Operations: diff --git a/package.json b/package.json index 3d66517..5f251e7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.5.6", "author": "Nathaniel Holden (https://inanity.io)", "homepage": "https://github.com/kubikowski/set-utilities", - "description": "A collection of high performance utilities from Set Theory, which operate on an arbitrary number of Sets.", + "description": "High performance set theory - functional utilities which operate on arbitrary input sets.", "license": "MIT", "keywords": [ "set", @@ -19,9 +19,9 @@ "disjoint", "subset", "superset", + "performance", + "fast", "utilities", - "utility", - "utils", "util" ], "repository": {