Skip to content

Commit 2995191

Browse files
committed
Fix CLI examples
1 parent b74b2ed commit 2995191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/_tools/js/program-summary

lib/node_modules/@stdlib/_tools/js/program-summary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,14 +494,14 @@ Options:
494494
### Examples
495495
496496
```bash
497-
$ js-summary 'var beep = "boop";'
497+
$ js-program-summary 'var beep = "boop";'
498498
{...}
499499
```
500500
501501
To use as a [standard stream][standard-streams],
502502
503503
```bash
504-
$ echo -n 'var beep = "boop";' | js-summary
504+
$ echo -n 'var beep = "boop";' | js-program-summary
505505
{...}
506506
```
507507

0 commit comments

Comments
 (0)