Skip to content

Commit e509dfd

Browse files
committed
Update comments
1 parent 4e3b2c9 commit e509dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// This example demonstrates the `convert()` command in JavaScript.
2+
// Demo of the `convert()` command in JavaScript.
33
// This file can be directly run:
44
// - first install `unix-permissions`
55
// - then `node node_modules/unix-permissions/examples/convert.js`

examples/convert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# This example demonstrates the `convert` command in the terminal (Bash).
2+
# Demo of the `convert` command in the terminal (Bash).
33
# This file can be directly run:
44
# - first install `unix-permissions`
55
# - then `bash node_modules/unix-permissions/examples/convert.sh`

0 commit comments

Comments
 (0)