diff --git a/README.md b/README.md index 50030d01..c1a9b10c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ The core purpose of a [BitTorrent][bittorrent] Index is to maintain a database t The __Torrust Index__ serves a [high-level api][api] for our [Torrust Index GUI][gui] client. It also connects to the [management api][api_tracker] of our [Torrust Tracker][tracker], to provide statistic and whitelisting functionally. -## Key Features +![Torrust Index Architecture](./docs/images/torrust-index-architecture.jpg) +## Key Features +** - [x] High Quality and Modern Rust Codebase. - [x] [Documentation][docs] Generated from Code Comments. - [x] [Comprehensive Suit][coverage] of Unit and Functional Tests. diff --git a/docs/images/torrust-index-architecture.jpg b/docs/images/torrust-index-architecture.jpg new file mode 100644 index 00000000..c6baf696 Binary files /dev/null and b/docs/images/torrust-index-architecture.jpg differ