File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -337,14 +337,14 @@ uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ 4
337
337
UUIDs can be generated from the command line using ` uuid ` .
338
338
339
339
``` shell
340
- $ uuid
340
+ $ npx uuid
341
341
ddeb27fb-d9a0-4624-be4d-4615062daed4
342
342
```
343
343
344
344
The default is to generate version 4 UUIDS, however the other versions are supported. Type ` uuid --help ` for details:
345
345
346
346
``` shell
347
- $ uuid --help
347
+ $ npx uuid --help
348
348
349
349
Usage:
350
350
uuid
Original file line number Diff line number Diff line change @@ -343,14 +343,14 @@ uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // RESULT
343
343
UUIDs can be generated from the command line using ` uuid ` .
344
344
345
345
``` shell
346
- $ uuid
346
+ $ npx uuid
347
347
ddeb27fb-d9a0-4624-be4d-4615062daed4
348
348
```
349
349
350
350
The default is to generate version 4 UUIDS, however the other versions are supported. Type ` uuid --help ` for details:
351
351
352
352
``` shell
353
- $ uuid --help
353
+ $ npx uuid --help
354
354
355
355
Usage:
356
356
uuid
You can’t perform that action at this time.
0 commit comments