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