Skip to content

Commit

Permalink
README: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Aug 3, 2023
1 parent 0f26513 commit 9440c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
Expand Down

0 comments on commit 9440c8e

Please sign in to comment.