From ddfdff657f34126c0b4c6f8361c2ca9e5d30c336 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 18 Aug 2021 16:01:00 -0700 Subject: [PATCH] Fixed incorrecte output example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9890e61..cfb2582 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ Now you can do things with the CLI utility like this: {"id": 2, "age": 2, "name": "Pancakes"}] $ sqlite-utils insert dogs.db dogs dogs.csv --csv - [{"id": 1, "age": 4, "name": "Cleo"}, - {"id": 2, "age": 2, "name": "Pancakes"}] + [####################################] 100% $ sqlite-utils tables dogs.db --counts [{"table": "dogs", "count": 2}]