diff --git a/README.md b/README.md index f2f165795..34fb21b85 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ int main() // Join the network through any running node, // here using a known bootstrap node. - node.bootstrap("bootstrap.ring.cx", "4222"); + node.bootstrap("bootstrap.jami.net", "4222"); // put some data on the dht std::vector some_data(5, 10); @@ -82,7 +82,7 @@ node.run() # Join the network through any running node, # here using a known bootstrap node. -node.bootstrap("bootstrap.ring.cx", "4222") +node.bootstrap("bootstrap.jami.net", "4222") # blocking call (provide callback arguments to make the call non-blocking) node.put(dht.InfoHash.get("unique_key"), dht.Value(b'some binary data'))