diff --git a/README.md b/README.md
index 1fee87ee05..1a7e367ca6 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ Origin source: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)
# How to make it
## OS require:
-### Ubuntu 14.04 LTS x86_64 (16.04 LTS is OK)
-### At least 2G RAM & 2 CPU CORES
-### At least 25G HDD
+Ubuntu 14.04 LTS **x86\_64** (16.04 LTS is OK)
+At least 2G RAM & 2 CPU Cores
+At least 25G HDD
## Install the necessary software
```bash
@@ -29,9 +29,9 @@ make -j1 V=s
```
# TIPS
-## You'd better not use root to make it, or you may be not able to use it.
-## Default username is root and password is password, login address: 192.168.1.1
+You'd better not use ***root*** to make it, or you may be not able to use it.
+Default username is ****root*** and password is ***password***, login address: 192.168.1.1
# License
-[GPL v3](https://github.com/shell-script/lede/blob/master/LICENSE)
+[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)
Origin source: [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)