From fd0154107bc60abe7b13849134ef3f97aa17457e Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 24 Dec 2020 15:34:07 +0330 Subject: [PATCH] style readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26f67bf..842d0b8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A not so much port of [Tachiyomi](https://tachiyomi.org/) to the web (and later Electron for the desktop experience)! This project has two components: -1. server: contains some of the original Tachiyomi code and serves a REST API -2. webUI: A react project that works with the server to do the presentation +1. **server:** contains some of the original Tachiyomi code and serves a REST API +2. **webUI:** A react project that works with the server to do the presentation ## How do I run the thing? ### The Server