Fix error readme hot reload run instructions (em-dash instead of double dash) (#3866)

This commit is contained in:
Kelrap 2025-09-04 09:31:59 -04:00 committed by GitHub
parent 296429928f
commit 57f906b99e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>`