Skip to content

Commit b12d86c

Browse files
committed
docs(README): update README.md, remove too much paren. update --help output
1 parent 09d1f06 commit b12d86c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeScript Formatter (tsfmt) [![Build Status](https://travis-ci.org/vvakame/typescript-formatter.svg)](https://travis-ci.org/vvakame/typescript-formatter) [![Dependency Status](https://david-dm.org/vvakame/typescript-formatter.svg?theme=shields.io)](https://david-dm.org/vvakame/typescript-formatter)
22

3-
A TypeScript code formatter powered by [TypeScript Compiler Service](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#pretty-printer-using-the-ls-formatter)).
3+
A TypeScript code formatter powered by [TypeScript Compiler Service](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#pretty-printer-using-the-ls-formatter).
44

55
```bash
66
$ tsfmt --help
@@ -12,6 +12,7 @@ $ tsfmt --help
1212
--verify checking file format
1313
--baseDir <path> config file lookup from <path>
1414
--stdin get formatting content from stdin
15+
--no-tsconfig don't read a tsconfig.json
1516
--no-tslint don't read a tslint.json
1617
--no-editorconfig don't read a .editorconfig
1718
--no-tsfmt don't read a tsfmt.json

0 commit comments

Comments
 (0)