Skip to content

Commit

Permalink
Fix commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvianilk authored and Prithvi Anil Kumar committed Sep 24, 2024
1 parent aaeddc0 commit 7306cac
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 @@ -13,11 +13,11 @@ yet another cli tool to query a csv w/ sql
### Select single / multiple specific columns

```sh
./bin/csvql 'select col1, col2 from file.csv'
./bin/csvql csvql 'select col1, col2 from file.csv'
```

### Conditions

```sh
./bin/csvql 'select * from file.csv where col1 + col2 = 2'
./bin/csvql csvql 'select * from file.csv where col1 + col2 = 2'
```

0 comments on commit 7306cac

Please sign in to comment.