Skip to content

Commit 6d26e41

Browse files
authored
Correct command name
The command in `package.json` is called `start`, so use this name.
1 parent 82de3f7 commit 6d26e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can then access your functions directly at `http://localhost:9000/{function_
3939
While the functions server is still running, open a new terminal tab and run:
4040

4141
```
42-
yarn start:app
42+
yarn start
4343
```
4444

4545
This will start the normal create-react-app dev server and open your app at `http://localhost:3000`.

0 commit comments

Comments
 (0)