Update README.md

This commit is contained in:
CloudWebRTC
2022-11-01 16:41:50 +08:00
committed by GitHub
parent 6fa27d4244
commit 9b0f0604e1
+1 -1
View File
@@ -10,5 +10,5 @@ Run example:
flutter pub get
# Due to the inconvenience of typing on mobile devices,
# you can autofill URL and TOKEN for first run in debug mode.
flutter run --dart-define=URL=wss://${LIVEKIT_SERVER_IP_OR_DOMAIN}--dart-define=TOKEN=${YOUR_TOKEN}
flutter run --dart-define=URL=wss://${LIVEKIT_SERVER_IP_OR_DOMAIN} --dart-define=TOKEN=${YOUR_TOKEN}
```