From 6d26e41b962c9f46928aebf43d4dd511bce2ff86 Mon Sep 17 00:00:00 2001
From: Bob Whitelock <bob.whitelock1@gmail.com>
Date: Fri, 28 Jun 2019 10:22:35 -0700
Subject: [PATCH] Correct command name

The command in `package.json` is called `start`, so use this name.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f7043ed..aa503fd 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ You can then access your functions directly at `http://localhost:9000/{function_
 While the functions server is still running, open a new terminal tab and run:
 
 ```
-yarn start:app
+yarn start
 ```
 
 This will start the normal create-react-app dev server and open your app at `http://localhost:3000`.