From 5b644b2c82efb9fda6b740b45ee9271253fe9950 Mon Sep 17 00:00:00 2001 From: Moritz Langenstein <moritz.langenstein17@imperial.ac.uk> Date: Thu, 10 Oct 2019 11:02:21 +0100 Subject: [PATCH] Update README.md to reflect UI addition --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b9fedbb..8f0a6dc 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,7 @@ CRDT-based p2p Drawing Application ### Open in browser Using a modern browser that supports WebRTC, like a recent version of Chrome or Firefox, open several windows of [http://localhost:12345](http://localhost:12345). -Open the developer console to find out your client's ID. To connect to another peer, call the following function from the console with their ID: - -``` ->> window.connectToPeer("peer-id") -``` +Copy your user ID from one client to the peer ID input on another client to establish a connection between the two. ## License -- GitLab