From 6d8e245103c69cdc2d790da19e99b85085fe7be8 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 20 Nov 2023 10:56:40 +0000 Subject: [PATCH] Fix librqbit readme --- crates/librqbit/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/crates/librqbit/README.md b/crates/librqbit/README.md index 0e33b14..f08c101 100644 --- a/crates/librqbit/README.md +++ b/crates/librqbit/README.md @@ -1,12 +1,6 @@ # librqbit -A torrent library 100% written in rust +A fully featured, easy to use torrent downloading library used as a backbone of [rqbit](https://github.com/ikatson/rqbit) CLI. ## Basic example -See ```examples``` folder. -This is a simple program on how to use this library -This program will just download a simple torrent file with a Magnet link - -```rust - -``` \ No newline at end of file +See [examples on GitHub](https://github.com/ikatson/rqbit/tree/main/crates/librqbit/examples). \ No newline at end of file