From 7d32fd25eb76ec78303dac21c86b289e86ffe8e0 Mon Sep 17 00:00:00 2001 From: Losses Don <1384036+Losses@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:39:56 -0400 Subject: [PATCH] docs: Wrong db initialization command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8c8bf..8c23218 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ id = "YOUR_KV_NAMESPACE_ID_HERE" ### 4. Initialize database ```bash -wrangler d1 execute cloudcounter --file=./migrations/0001_init.sql +wrangler d1 execute cloudcounter --file=./migrations/0001_init.sql --remote ``` ### 5. Set dashboard password