Skip to content

Commit 079d0ed

Browse files
committed
Fix: Foarmatting
1 parent 768b700 commit 079d0ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ $ aspect-ratio
3434
$ aspect-ratio <width><height>[options]
3535

3636
options:
37-
-s specified a separator. (by default is ':').
38-
--version output the current version.
37+
-s specified a separator. (by default is ':').
38+
--version output the current version.
3939

4040
examples:
41-
aspect-ratio 1920 1080
42-
aspect-ratio 800 600 -s /
41+
aspect-ratio 1920 1080
42+
aspect-ratio 800 600 -s /
4343
```
4444

4545
## License

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const cli = require('meow')({
55
pkg: '../package.json',
66
help: [
77
'Usage',
8-
' $ aspect-ratio <width><height>[options]',
8+
' $ aspect-ratio <width> <height> [options]',
99
'\n options:',
1010
"\t -s\t specified a separator. (by default is ':').",
1111
'\t --version output the current version.',

0 commit comments

Comments
 (0)