From a22607699400468aa9c50faa47d0058663d80741 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 27 Jan 2019 18:18:55 -0800 Subject: [PATCH] Fixed RST bug --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 62b117a..14f491e 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -123,7 +123,7 @@ You can import all three records into an automatically created ``dogs`` table an $ sqlite-utils insert dogs.db dogs dogs.json --pk=id -You can also import newline-delimited JSON using the ``--nl`` option. Since [Datasette](https://datasette.readthedocs.io/) can export newline-delimited JSON, you can combine the two tools like so:: +You can also import newline-delimited JSON using the ``--nl`` option. Since `Datasette `__ can export newline-delimited JSON, you can combine the two tools like so:: $ curl -L "https://latest.datasette.io/fixtures/facetable.json?_shape=array&_nl=on" \ | sqlite-utils insert nl-demo.db facetable - --pk=id --nl