Skip to content

Commit 0089cc1

Browse files
authored
Update README.md
Signed-off-by: fulleni <[email protected]>
1 parent ea2a31a commit 0089cc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ Get started for free and purchase when you're ready to launch!
101101
// Use `AppEnvironment.development` to connect to a local backend API.
102102
// Use `AppEnvironment.production` to connect to a live backend API.
103103
const appEnvironment = AppEnvironment.demo;
104-
```
104+
```
105105

106-
Then, run the app from your terminal:
107-
```bash
108-
flutter run
109-
```
110-
*(Note: For `development/production` environment, ensure the [backend service](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) is running.)*
106+
Then, run the app from your terminal:
107+
```bash
108+
flutter run -d chrome
109+
```
110+
*(Note: For `development/production` environment, ensure the [backend service](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) is running.)*
111111

112112
---
113113

0 commit comments

Comments
 (0)