From ed77f45fae6f5b1ee3e5b0d3b1e9ef527fee44d8 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 18 Aug 2021 05:28:26 +0430 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d8436ce..61fadda0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Checkout [This Kanban Board](https://github.com/Suwayomi/Tachidesk/projects/1) t ## How does Tachidesk-Server work? This project has two components: -1. **Server:** contains the implementation of [tachiyomi's extensions library](https://github.com/tachiyomiorg/extensions-lib) and uses an Android compatibility library to run apk extensions. All this concludes to serving a REST API. +1. **Server:** contains the implementation of [tachiyomi's extensions library](https://github.com/tachiyomiorg/extensions-lib) and uses an Android compatibility library to run jar libraries converted from apk extensions. All this concludes to serving a REST API. 2. **WebUI:** A react SPA(`create-react-app`) project that works with the server to do the presentation located at https://github.com/Suwayomi/Tachidesk-WebUI ## Why a web server app?