From 08be142858bf6222d7a7286d29c56afaf095a39a Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 22 Jan 2021 00:36:00 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9f7f8..cdaaa34 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Ability to read and write Tachiyomi compatible backups and syncing is a planned ## How does it 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 conclude to serving a REST API to `webUI`. +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. ## How do I run the thing?