Skip to content

Commit c735a2d

Browse files
committed
fix(Build): Stop prettier and embedme fighting
1 parent d0ccdf4 commit c735a2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ As the comment is preserved, you can happily re-run `embedme` and it will run ag
4747
## Features
4848

4949
<!-- embedme readme/help-output.txt -->
50-
50+
<!-- prettier-ignore -->
5151
```txt
5252
$ embedme --help
5353
Usage: embedme [options] [...files]
5454
5555
Options:
5656
-V, --version output the version number
57-
--verify Verify that running embedme would result in no
57+
--verify Verify that running embedme would result in no
5858
changes. Useful for CI
5959
--dry-run Run embedme as usual, but don't write
60-
--source-root [directory] Directory your source files live in in order to
60+
--source-root [directory] Directory your source files live in in order to
6161
shorten the comment line in code fence
6262
--silent No console output
63-
--stdout Output resulting file to stdout (don't rewrite
63+
--stdout Output resulting file to stdout (don't rewrite
6464
original)
65-
--strip-embed-comment Remove the comments from the code fence. *Must* be
65+
--strip-embed-comment Remove the comments from the code fence. *Must* be
6666
run with --stdout flag
6767
-h, --help output usage information
6868

0 commit comments

Comments
 (0)