diff --git a/README.md b/README.md index 54ed159a9f9a483046ed8ccb3935489ec5c1eef8..2598cf22892b327fffda92b5377a38e6bda165af 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. ## Development