Fix error readme hot reload run instructions (em-dash instead of double dash) (#3866)
This commit is contained in:
parent
296429928f
commit
57f906b99e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* To run on Android:
|
||||
* Download Android File Transfer here: https://www.android.com/filetransfer/
|
||||
* To run the app from VSCode terminal:
|
||||
* On web, run `flutter run -d chrome –hot`
|
||||
* On web, run `flutter run -d chrome --hot`
|
||||
* Or as a web server (Usage with WSL or remote connect) `flutter run --release -d web-server -web-port=3000`
|
||||
* On mobile device or simulator, run `flutter run –hot -d <DEVICE_NAME>`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue