diff --git a/packages/remark-cli/package.json b/packages/remark-cli/package.json index 9f913937..9ae6f2bf 100644 --- a/packages/remark-cli/package.json +++ b/packages/remark-cli/package.json @@ -1,7 +1,7 @@ { "name": "remark-cli", "version": "11.0.0", - "description": "Command line interface to inspect and change markdown files with remark", + "description": "CLI to process markdown with remark", "license": "MIT", "keywords": [ "bin", diff --git a/packages/remark/package.json b/packages/remark/package.json index d0c03269..6e3b9172 100644 --- a/packages/remark/package.json +++ b/packages/remark/package.json @@ -1,7 +1,7 @@ { "name": "remark", "version": "14.0.3", - "description": "unified processor with support for parsing markdown input and serializing markdown as output", + "description": "markdown processor powered by plugins part of the unified collective", "license": "MIT", "keywords": [ "abstract", diff --git a/test.js b/test.js index d30e57ee..d403ea20 100644 --- a/test.js +++ b/test.js @@ -46,7 +46,7 @@ test('remark-cli', async function (t) { [ 'Usage: remark [options] [path | glob ...]', '', - ' Command line interface to inspect and change markdown files with remark', + ' CLI to process markdown with remark', '', 'Options:', '',