From 49f60cdb8071f8b0b6c6c27c94d02361900f4c49 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 14 Aug 2022 21:10:09 -0700 Subject: [PATCH] Tweak readme --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 2bfd5056..ad9e82bc 100644 --- a/web/README.md +++ b/web/README.md @@ -9,7 +9,7 @@ To run the development server, install [Yarn 1.x][yarn], and then in this direct 3. Your site will be available on http://localhost:3000 Check package.json for other command-line tasks. (e.g. `yarn dev` will point the development server at the prod -database. `yarn emulate` will run against a local emulated database, if you are serving it via `yarn serve` from the +database. `yarn dev:emulate` will run against a local emulated database, if you are serving it via `yarn serve` from the [`functions/` package][functions-readme].) ## Tech stack