Skip to content

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 4, 2023
1 parent b798d88 commit f33931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f33931c

Please sign in to comment.