From b5303fd788881476d3af0c75c94fcc25ea5fdd3b Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 5 Mar 2020 17:06:04 +0100 Subject: [PATCH] chore: add outdated notice on wip delegated-routing-example (#580) --- examples/delegated-routing/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/delegated-routing/README.md b/examples/delegated-routing/README.md index b2fdfbff..e72e512e 100644 --- a/examples/delegated-routing/README.md +++ b/examples/delegated-routing/README.md @@ -1,3 +1,7 @@ +❗❗Outdated: This example is still not refactored with the `0.27.*` release. +WIP on [libp2p/js-libp2p#507](https://github.com/libp2p/js-libp2p/pull/507) +====== + # Delegated Routing with Libp2p and IPFS This example shows how to use delegated peer and content routing. The [Peer and Content Routing Example](../peer-and-content-routing) focuses