From cdc37228095c1174b355bf308316f88202e28b9a Mon Sep 17 00:00:00 2001
From: zshan2 <zshan2@illinois.edu>
Date: Tue, 16 Mar 2021 04:02:50 +0000
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 52026e1..127b886 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,13 @@ This project is for sp21 CS242 assignment2
 
 Current version is 2.1
 
-###Function
+### Function
     1. Scrap data of books and authors from GoodReads
     2. Store scraped data on cloud or local files
     3. Query cloud for certain documents of books or authors
     
-###Composition:
-####Client: Command line interface (interactive)
-####Server: Simple server based on Flask
-####Database: MongoDB
\ No newline at end of file
+### Composition:
+#### Client: Command line interface (interactive)
+#### Server: Simple server based on Flask
+#### Database: MongoDB
+#### Website: Javascipt HTML with React
-- 
GitLab