diff --git a/README.md b/README.md
index e56eda93e40..089d6de2336 100644
--- a/README.md
+++ b/README.md
@@ -110,11 +110,18 @@ Inside the newly created project, you can run some built-in commands:
### `npm start` or `yarn start`
-Runs the app in development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
+Runs the app in development mode.
-The page will automatically reload if you make changes to the code.
-You will see the build errors and lint warnings in the console.
+You can now view your app in the browser:
+
+ Local: http://localhost:3000
+ On Your Network: http://:3000
+
+Note: The development build is not optimized.
+To create a production build, use `npm run build`.
+
+The page will automatically reload if you make edits.
+You will also see any lint errors or build failures in the console.