From 7feb2c3e854964999afa9aad026058b400ed1388 Mon Sep 17 00:00:00 2001 From: Tomohiro Sato Date: Sat, 30 Jan 2021 21:25:24 +0900 Subject: [PATCH] docs: add command 'npx' for CLI usage (#553) CLI usage add 'npx' --- README.md | 4 ++-- README_js.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed27e576..33ecc6d3 100644 --- a/README.md +++ b/README.md @@ -337,14 +337,14 @@ uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ 4 UUIDs can be generated from the command line using `uuid`. ```shell -$ uuid +$ npx uuid ddeb27fb-d9a0-4624-be4d-4615062daed4 ``` The default is to generate version 4 UUIDS, however the other versions are supported. Type `uuid --help` for details: ```shell -$ uuid --help +$ npx uuid --help Usage: uuid diff --git a/README_js.md b/README_js.md index 0e858a47..364aedbf 100644 --- a/README_js.md +++ b/README_js.md @@ -343,14 +343,14 @@ uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // RESULT UUIDs can be generated from the command line using `uuid`. ```shell -$ uuid +$ npx uuid ddeb27fb-d9a0-4624-be4d-4615062daed4 ``` The default is to generate version 4 UUIDS, however the other versions are supported. Type `uuid --help` for details: ```shell -$ uuid --help +$ npx uuid --help Usage: uuid