From 7b5c9cad6064acdf930d645350a9d2e9523573f7 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Fri, 8 Dec 2023 11:02:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b59c5c5..270c0958 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # rqbit - bittorrent client in Rust -**rqbit** is a bittorrent client written entirely in Rust. Has HTTP API and Web UI, and can be used as a library. +**rqbit** is a bittorrent client written in Rust. Has HTTP API and Web UI, and can be used as a library. Also has a desktop app built with [Tauri](https://tauri.app/) (on Windows and OSX). @@ -146,4 +146,4 @@ Supported query parameters, all optional: First of all, I love Rust. The project was created purely for the fun of the process of writing code in Rust. -I was not satisfied with my regular bittorrent client, and was wondering how much work would it be to create a new one from scratch, and it got where it is, starting from bencode protocol implemenation, then peer protocol, etc, etc. \ No newline at end of file +I was not satisfied with my regular bittorrent client, and was wondering how much work would it be to create a new one from scratch, and it got where it is, starting from bencode protocol implemenation, then peer protocol, etc, etc.