diff --git a/README.md b/README.md index fcd9172..549f893 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ ---

- Manageable, toggleable, conditional CSS classes with spread syntax. + Painless, compact, simple path management.

- A small wrapper function around @nodewell/from-class to manage CSS classes - via the className attribute using the ... spread syntax. + A Node.js utility to provide an easy, simple solution for path management + in your build scripts and in general tasks.

--- diff --git a/package.json b/package.json index db36a96..e1683bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nodewell/path", "version": "0.0.0-development", - "description": "", + "description": "A Node.js utility to provide an easy, simple solution for path management in your build scripts and in general tasks.", "author": "Richard King (www.richrdkng.com)", "license": "ISC", "homepage": "https://github.com/nodewell/path#readme",