From d63328993fde5642b5aeee830feefd1e52471d88 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 18 Apr 2022 10:25:53 -0400 Subject: [PATCH] neaten --- docs/src/index.md | 4 ++-- docs/src/index.md.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5394819d8..799123fca 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -16,10 +16,10 @@ Quick links: # Introduction -**The big picture:** Even well into the 21st century, our world is full of text-formatted data like CSV. Google _CSV memes_, for example. We need tooling to _thrive in this world_, nimbly manipulating data which is in CSVs. And we need tooling to _move beyond CSV_, to be able to pull data out and into other storage and processing systems. Miller is designed for both these goals. - **Miller is a command-line tool for querying, shaping, and reformatting data files in various formats including CSV, TSV, JSON, and JSON Lines.** +**The big picture:** Even well into the 21st century, our world is full of text-formatted data like CSV. Google _CSV memes_, for example. We need tooling to _thrive in this world_, nimbly manipulating data which is in CSVs. And we need tooling to _move beyond CSV_, to be able to pull data out and into other storage and processing systems. Miller is designed for both these goals. + In several senses, Miller is more than one tool: **Format conversion:** You can convert CSV files to JSON, or vice versa, or diff --git a/docs/src/index.md.in b/docs/src/index.md.in index ffb279272..6d16f6d19 100644 --- a/docs/src/index.md.in +++ b/docs/src/index.md.in @@ -1,9 +1,9 @@ # Introduction -**The big picture:** Even well into the 21st century, our world is full of text-formatted data like CSV. Google _CSV memes_, for example. We need tooling to _thrive in this world_, nimbly manipulating data which is in CSVs. And we need tooling to _move beyond CSV_, to be able to pull data out and into other storage and processing systems. Miller is designed for both these goals. - **Miller is a command-line tool for querying, shaping, and reformatting data files in various formats including CSV, TSV, JSON, and JSON Lines.** +**The big picture:** Even well into the 21st century, our world is full of text-formatted data like CSV. Google _CSV memes_, for example. We need tooling to _thrive in this world_, nimbly manipulating data which is in CSVs. And we need tooling to _move beyond CSV_, to be able to pull data out and into other storage and processing systems. Miller is designed for both these goals. + In several senses, Miller is more than one tool: **Format conversion:** You can convert CSV files to JSON, or vice versa, or