From c3f24b125e772d1658233e99baa8557682c7d982 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 4 Mar 2019 22:10:23 -0500 Subject: [PATCH] Update cli description --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index ab42400..fbdff70 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "mcopy-cli", "version": "0.0.1", - "description": "CLI for controlling mcopy optical printer tools", + "description": "CLI for controlling the mcopy optical printer platform", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"