From aaa6a16778185bc19835e51effdb1186af996f3f Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 30 Jan 2021 01:07:42 +0330 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98713320..3adce2c6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ 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 to `webUI`. 2. **webUI:** A react SPA project that works with the server to do the presentation. +## Support +Join Tachidesk's [discord server](https://discord.gg/wgPyb7hE5d) to hang out with the community and receive support. + ## Credit The `AndroidCompat` module and `scripts/getAndroid.sh` was originally developed by [@null-dev](https://github.com/null-dev) for [TachiWeb-Server](https://github.com/Tachiweb/TachiWeb-server) and is licensed under `Apache License Version 2.0`.