diff --git a/README.md b/README.md
index 418e220..38b666c 100644
--- a/README.md
+++ b/README.md
@@ -20,20 +20,20 @@ It's recommended to use a smaller one for synthesizing the image to map, because
Simply clone or download the project
-```
+```sh
$ git clone https://github.com/wkh237/node-map-tiles-editor.git
```
Before get started, you should replace your Google Map's API KEY in `public/index.html`
-```
+```html
```
Then start the node server
-```
+```sh
$ node .
```
@@ -98,7 +98,7 @@ To render sample tiles simply change the arguments on the panel and click `Rende
After everything's confirmed, now go to terminal and create tiles via command :
-```
+```sh
# format : node make-tiles
$ node make-tiles example 15 20
```