diff --git a/README.md b/README.md index cb625c1..3810e4b 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,8 @@ dotnet run -- validate data.tsv --tsv | `json` | Convert to JSON array of objects | | `cols` | List column headers | | `rows` | Pretty-print rows as a table | + +## Quick Example +```bash +dotnet run -- json data.csv > output.json +```