From 563a447244c1cd410fa6d3b32b4c4ff9f95bdd7a Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:04:07 -0600 Subject: [PATCH] add identify to README feature breakdown --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39e37cca..7df3589b 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,11 @@ ______________________________________________________________________ ### General Purpose Utilities & Datatypes -| **Utility/Datatype** | **Status** | **Source** | -| -------------------- | :--------: | :-------------------------------------------------------------------------: | -| **`libp2p-ping`** | ✅ | [source](https://github.com/libp2p/py-libp2p/blob/main/libp2p/host/ping.py) | -| **`libp2p-peer`** | ✅ | [source](https://github.com/libp2p/py-libp2p/tree/main/libp2p/peer) | +| **Utility/Datatype** | **Status** | **Source** | +| --------------------- | :--------: | :------------------------------------------------------------------------------------------: | +| **`libp2p-ping`** | ✅ | [source](https://github.com/libp2p/py-libp2p/blob/main/libp2p/host/ping.py) | +| **`libp2p-peer`** | ✅ | [source](https://github.com/libp2p/py-libp2p/tree/main/libp2p/peer) | +| **`libp2p-identify`** | ✅ | [source](https://github.com/libp2p/py-libp2p/blob/main/libp2p/identity/identify/identify.py) | ______________________________________________________________________