From dd2c36e8d0aa119821806078f335250d41cf82e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 3 Aug 2023 14:31:19 +0200 Subject: [PATCH] README: Fix instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d96288..7278132 100644 --- a/README.md +++ b/README.md @@ -126,12 +126,12 @@ start the backend server and the build server separately: eval $(gcloud beta emulators datastore env-init --data-dir=DATA-DIR) ./bin/dsadmin.js - npm start-build + npm run start-build or using command-line arguments: ./bin/dsadmin.js --project=my-datastore-project --datastore-emulator-host=localhost:8081 - npm start-build + npm run start-build ## 🔋 Powered by ...