Skip to content

Commit 7c25804

Browse files
committed
Fix example positioning
1 parent fca890b commit 7c25804

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/09_cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Command-line Tool
22

3-
Available as `npx yaml` or `npm exec yaml`:
4-
5-
```bash
6-
$ npx yaml valid < file.yaml
3+
```sh
4+
npx yaml valid < file.yaml
75
```
86

9-
<pre id="cli-help" style="float: none">
7+
Available as `npx yaml` or `npm exec yaml`:
8+
9+
<pre id="cli-help" style="float: none; clear: none">
1010
yaml: A command-line YAML processor and inspector
1111

1212
Reads stdin and writes output to stdout and errors & warnings to stderr.

0 commit comments

Comments
 (0)