From 4ed94f992949f1498894d56e914aa02342cfd525 Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Sun, 2 Jul 2023 15:58:32 -0400 Subject: [PATCH] docs: adjust header for --stdin flag (#298) the header level was different than the rest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c9e9b..bb497e4 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ sort-package-json "**/package.json" --check --quiet $ sort-package-json "**/package.json" --quiet ``` -### `--stdin` flag +#### `--stdin` flag To read from `stdin` and output the result to `stdout` use the `--stdin` flag.