From 9440c8e0bfbdb0254c50f520e4cc97145a2d543e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Thu, 3 Aug 2023 14:29:50 +0200 Subject: [PATCH] README: Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d1dd13..9d96288 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,12 @@ If you want to run against your own running instance of the Datastore emulator, start the backend server and the build server separately: eval $(gcloud beta emulators datastore env-init --data-dir=DATA-DIR) - ./bin/dsadmin.mjs + ./bin/dsadmin.js npm start-build or using command-line arguments: - ./bin/dsadmin.mjs --project=my-datastore-project --datastore-emulator-host=localhost:8081 + ./bin/dsadmin.js --project=my-datastore-project --datastore-emulator-host=localhost:8081 npm start-build ## 🔋 Powered by ...