diff --git a/README.md b/README.md
index be96784..67096a7 100644
--- a/README.md
+++ b/README.md
@@ -3,22 +3,22 @@
-GitHub launched its new WebUI on Jun 23. Buttons, labels, almost everything becomes circles. I can't stand to see them every day.
+GitHub Beautifier is a Chrome extension to improve the GitHub UI experience updated on Jun 23, 2020.
+It doesn't just bring the old styles back.
+Instead, GitHub Beautifier only injects CSS to Github pages to override some styles, w/o any calculation after DOM rendered.
-So, I built this Chrome extension, **Github Classic Theme**, to bring something I familiar back.
-The extension is small and quick since it only injects CSS to Github pages to override some styles, w/o any calculation after DOM rendered.
-
-
-The extension improves the GitHub experience in the following ways,
+The extension improves the styles in the following ways,
1. Decreases the `border-radius` of buttons and labels but keeps most indicators in circles,
2. Aligns the repo navigation bar to its contents.
-The version of the extension will be the date of GitHub updated. So, the first version is `2020.6.23`. I will update the extension once it isn't compatible with the future version of GitHub.
+The version of the extension will be the date of GitHub updated. So, the first version is `2020.6.23`.
+I will update the extension once it isn't compatible with the future version of GitHub.
+Feel free to fork this repo and get your favorite styles.
@@ -28,5 +28,3 @@ The version of the extension will be the date of GitHub updated. So, the first v
-
-
diff --git a/doc/img/promo.png b/doc/img/promo.png
index 5800468..798264f 100644
Binary files a/doc/img/promo.png and b/doc/img/promo.png differ
diff --git a/doc/img/promo_big.png b/doc/img/promo_big.png
index fe50c2a..6b825fa 100644
Binary files a/doc/img/promo_big.png and b/doc/img/promo_big.png differ
diff --git a/doc/img/promo_small.png b/doc/img/promo_small.png
index 720c427..90c775b 100644
Binary files a/doc/img/promo_small.png and b/doc/img/promo_small.png differ
diff --git a/doc/img/screenshot1.png b/doc/img/screenshot1.png
index 687253e..de733ba 100644
Binary files a/doc/img/screenshot1.png and b/doc/img/screenshot1.png differ
diff --git a/doc/img/screenshot2.png b/doc/img/screenshot2.png
index e763968..6182f67 100644
Binary files a/doc/img/screenshot2.png and b/doc/img/screenshot2.png differ
diff --git a/doc/img/screenshot3.png b/doc/img/screenshot3.png
index b7b86c8..c53b210 100644
Binary files a/doc/img/screenshot3.png and b/doc/img/screenshot3.png differ
diff --git a/doc/img/screenshot4.png b/doc/img/screenshot4.png
deleted file mode 100644
index 1e0500a..0000000
Binary files a/doc/img/screenshot4.png and /dev/null differ