From 6df979e72abaaf401a5f84a031d2865fc68c09c0 Mon Sep 17 00:00:00 2001 From: jamie-at-bunny Date: Wed, 5 Nov 2025 09:28:54 +0000 Subject: [PATCH] docs(readme): use correct auth flag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24fea99..a5314c2 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ To query sql managed by [Turso](https://turso.tech), you need a database URL and 1. Get your database URL: `turso db show `. The URL will be on the format `libsql://-.turso.io` 1. Create a database token: `turso db tokens create ` -Add the token to the URL in the `authToken` query string parameter and provide that to the shell: +Provide the database URL and token using the `--auth` flag: ```sh -go run ./cmd/libsql-shell/main.go libsql://-.turso.io/?auth=` +go run ./cmd/libsql-shell/main.go libsql://-.turso.io --auth ``` ### Built-in help