Skip to content

Commit d7b1024

Browse files
authored
Corrected stdin example
1 parent b30f725 commit d7b1024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Or for data in a CSV file:
6969

7070
`sqlite-utils memory` lets you import CSV or JSON data into an in-memory database and run SQL queries against it in a single command:
7171

72-
$ cat dogs.csv | sqlite-utils memory - "select name, age from dogs"
72+
$ cat dogs.csv | sqlite-utils memory - "select name, age from stdin"
7373

7474
See the [full CLI documentation](https://sqlite-utils.datasette.io/en/stable/cli.html) for comprehensive coverage of many more commands.
7575

0 commit comments

Comments
 (0)