Fixed incorrect example in README

This commit is contained in:
Shakeel Mahate 2020-09-30 16:29:27 -04:00 committed by GitHub
commit cada1017ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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