diff options
author | David Barksdale <amatus@amatus.name> | 2016-08-18 22:56:59 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2016-08-18 22:56:59 -0500 |
commit | ec24ce93dfb73afa7bfcd398a85c6e134fe6999f (patch) | |
tree | 781c7c16e8cc35c26cf8ba82d5263a386fa6ceca | |
parent | 145638c979d6e549d37979d6d143b4bdfcad1eef (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ To debug a shared worker in chrome open chrome://inspect and click the "inspect" link next to an entry in the shared workers list. ### Try out the RTCPeerConnection demo ### -0. Execute `boot development` +0. Execute `boot dev` 1. Open two browsers to http://localhost:8000/webrtc.html (let's call them Alice and Bob). 2. Alice presses "Create Offer" and waits a bit for ICE candidates to be collected. |