From 9b0f0604e162fed56dc885f6860c247f2dc67984 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Tue, 1 Nov 2022 16:41:50 +0800 Subject: [PATCH] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index ab63d7b..14edda8 100644 --- a/example/README.md +++ b/example/README.md @@ -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} ```