Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alira008 authored Aug 14, 2024
1 parent fc7597b commit 4abbd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Errors are returned in stderr.

### Example run

`sql_formatter -k upper -b -i 'select top 50 percent LastPrice, HighPrice, LowPrice, QuoteTime from Market mt where QuoteTime > '\''6:30'\'' and PercentChange > 0 oRDer By Symbol'`
`formatter -k upper -b -i 'select top 50 percent LastPrice, HighPrice, LowPrice, QuoteTime from Market mt where QuoteTime > '\''6:30'\'' and PercentChange > 0 oRDer By Symbol'`

### Output

Expand All @@ -45,7 +45,7 @@ ORDER BY Symbol
### Help

```
Usage: sql_formatter [OPTIONS] <INPUT>
Usage: formatter [OPTIONS] <INPUT>
Arguments:
<INPUT>
Expand Down

0 comments on commit 4abbd77

Please sign in to comment.