From cada1017edcfa691c2314d7ad1b7c7576495317f Mon Sep 17 00:00:00 2001 From: Shakeel Mahate Date: Wed, 30 Sep 2020 16:29:27 -0400 Subject: [PATCH] Fixed incorrect example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acd5356..5c1b23b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Now you can do things with the CLI utility like this: You can even import data into a new database table like this: $ curl https://api.github.com/repos/simonw/sqlite-utils/releases \ - | sqlite-utils insert releases.db releases - --pk + | sqlite-utils insert releases.db releases - --pk id Full CLI documentation: https://sqlite-utils.readthedocs.io/en/stable/cli.html