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.