Skip to content

Commit 140fe43

Browse files
committed
chore(docs): update --stdin option's description of README.md
1 parent 3205551 commit 140fe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ new Sample().hello("TypeScript");
4040
4141
```bash
4242
# from stdin. read from stdin, output to stdout.
43-
$ cat sample.ts | tsfmt --stdin sample.ts
43+
$ cat sample.ts | tsfmt --stdin
4444
class Sample { hello(word= "world") { return "Hello, " + word; } }
4545
new Sample().hello("TypeScript");
4646
```

0 commit comments

Comments
 (0)