From 34a3fac1b872b294586e1d1bab3e99947166aa26 Mon Sep 17 00:00:00 2001 From: Daren Tuzi Date: Mon, 12 Aug 2024 12:05:07 +0300 Subject: [PATCH] fix placement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bf8b61..215e38e 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ **Beetswap** is a Rust-based implementation of the [`Bitswap`] protocol for the [`libp2p`] networking stack. Bitswap is a protocol developed for the exchange of blocks between peers. It plays a critical role in data distribution, ensuring that peers can request and receive the blocks they need from other peers in the network. +Check out the [examples](examples). + ## Key Features - **Efficient Block Exchange**: Implements the Bitswap protocol to ensure efficient transfer of blocks between peers. - **Libp2p Integration**: Designed to integrate smoothly with libp2p, allowing it to be used in a wide range of decentralized applications. - **Rust Safety and Performance**: Takes advantage of Rust's memory safety guarantees and performance optimizations, making it a robust choice for networked applications. -Check out the [examples](examples). - ## Contributing We welcome contributions! Please fork the repository and submit a pull request.