Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLomber authored Oct 15, 2024
1 parent 9d61b1d commit 725f902
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions p2p_call_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Quickstart [Flutter](https://flutter.dev/docs/get-started) app.
Prepare environment for Flutter and clone the project.

### Run on Android:
- Right mouse button click on `main.dart`;
- Chose 'Run 'main.dart''.
- Right mouse button click on `main.dart`
- Chose 'Run 'main.dart''

The app will automatically run on your Android device.

Expand All @@ -56,13 +56,13 @@ The app will automatically run on your Android device.
The app will automatically run on a selected iOS device or simulator.

### Run on macOS
- Run command from the Terminal `flutter run -d macos`;
- Run command from the Terminal `flutter run -d macos`
### Run on Windows
- Run command from the Terminal `flutter run -d windows`;
- Run command from the Terminal `flutter run -d windows`
### Run on Web
- Run command from the Terminal `flutter run -d chrome`;
- Run command from the Terminal `flutter run -d chrome`
### Run on Linux
- Run command from the Terminal `flutter run -d linux`;
- Run command from the Terminal `flutter run -d linux`

## Receiving calls on the mobile platforms

Expand Down

0 comments on commit 725f902

Please sign in to comment.