Index: webrtc/examples/androidapp/README |
diff --git a/webrtc/examples/androidapp/README b/webrtc/examples/androidapp/README |
index 55459c2f3b04e91d5752013d3149a6d348b89950..97e609117c016a884213c799d9136b9dc12218aa 100644 |
--- a/webrtc/examples/androidapp/README |
+++ b/webrtc/examples/androidapp/README |
@@ -7,8 +7,8 @@ Prerequisites: |
Example of building & using the app: |
cd <path/to/webrtc>/src |
-ninja -C out/Default AppRTCDemo |
-adb install -r out/Default/apks/AppRTCDemo.apk |
+ninja -C out/Default AppRTCMobile |
+adb install -r out/Default/apks/AppRTCMobile.apk |
In desktop chrome, navigate to https://appr.tc and note the r=<NNN> room |
this redirects to or navigate directly to https://appr.tc/r/<NNN> with |