From d0769d6ea514c3312d73edf2f20fa16b6dfca222 Mon Sep 17 00:00:00 2001 From: Devon Hillard Date: Sun, 31 Mar 2024 17:35:53 -0600 Subject: [PATCH] Updating docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 805dcab..e01f0e9 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ You will need to create the schema for the database. ```bash cd packages/user-mgmt -npx wrangler d1 execute users --file=./schema.sql +npx wrangler d1 execute users --file=./schema.sql --remote ```