aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2016-08-18 22:56:59 -0500
committerDavid Barksdale <amatus@amatus.name>2016-08-18 22:56:59 -0500
commitec24ce93dfb73afa7bfcd398a85c6e134fe6999f (patch)
tree781c7c16e8cc35c26cf8ba82d5263a386fa6ceca
parent145638c979d6e549d37979d6d143b4bdfcad1eef (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88c16ff..dc87fce 100644
--- a/README.md
+++ b/README.md
@@ -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.