Skip to content

Commit

Permalink
README.md: Make the Example Usages easier to read (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-dr authored Sep 6, 2024
1 parent 9a4839d commit d83c21b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ npm link


# Example Usage
`ts-fix -t path/to/tsconfig.json -f nameOfCodefix`
`ts-fix -e 4114 --write`
`ts-fix --interactiveMode --file relativePathToFile`
```
ts-fix -t path/to/tsconfig.json -f nameOfCodefix
```

```
ts-fix -e 4114 --write
```

```
ts-fix --interactiveMode --file relativePathToFile
```

# Flags

Expand Down

0 comments on commit d83c21b

Please sign in to comment.