diff --git a/README.md b/README.md index b9fedbbad5d8c06629d1e7d92c5b4a14a7c0f50c..8f0a6dc0456bd7ce7b13accf78344d24eb94f0f9 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