Skip to content

Commit

Permalink
chore: fix typo in ipfs-kad example README.md
Browse files Browse the repository at this point in the history
Pull-Request: #5326.
  • Loading branch information
CieciaOne committed Apr 25, 2024
1 parent bc24ab9 commit cc432ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipfs-kad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By running this example, users can gain a better understanding of how the Kademl

The example code demonstrates how to perform Kademlia queries on the IPFS network using the Rust P2P Library.

### Getting closes peers
### Getting closest peers

By specifying a peer ID as a parameter, the code will search for the closest peers to the given peer ID.

Expand Down

0 comments on commit cc432ca

Please sign in to comment.