From f33931c90d6d13fec94dd4c5fc4c5f937165751b Mon Sep 17 00:00:00 2001 From: azu Date: Wed, 4 Jan 2023 10:31:20 +0900 Subject: [PATCH] Update cli.md --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 3d2f164eb..fbe0fcae8 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -87,7 +87,7 @@ $ cat README.md | npx textlint --stdin --stdin-filename "README.md" You can get `--fix` result via `--format=fixed-result` formatter. ```sh -cat README.md | npx textlint --stdin --stdin-filename README.md --fix --format fixed-result --output-file NEW.md +$ cat README.md | npx textlint --stdin --stdin-filename README.md --fix --format fixed-result --output-file NEW.md ``` Note: