From 0c6a81dae802a55d5469c18cd32402d11b6e8a59 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 30 Sep 2020 13:28:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a5489..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 "id" + | sqlite-utils insert releases.db releases - --pk id Full CLI documentation: https://sqlite-utils.readthedocs.io/en/stable/cli.html