Skip to content

Commit

Permalink
docs: add command 'npx' for CLI usage (#553)
Browse files Browse the repository at this point in the history
CLI usage add 'npx'
  • Loading branch information
pandori3 committed Jan 30, 2021
1 parent c57bc5a commit 7feb2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README_js.md
Expand Up @@ -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
Expand Down

0 comments on commit 7feb2c3

Please sign in to comment.