diff --git a/README.md b/README.md
index e8c61c587b105a595f6deaf1a95056ed603cea9f..e65b96a2cf40d4bd1a77238e1f769f3b959c372d 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,10 @@ I used two counters:
 
 The result is shown as below:
 ![](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/output/counters.PNG)
+<img src="https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/output/counters.PNG" width="100px" height="80px" alt="简书">
 
 **Order the tokens of each line in ascending order of global frequency**
+
 I used the [Words with frequency file](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment2/blob/master/input/wordfreq) of pg100.txt that I obtained by runnning the assignment 1 with a slight changement of [MyWordCount](https://gitlab.my.ecp.fr/2014guom/BigDataProcessAssignment1/blob/master/MyWordCount.java) as input and ordered tokens by their frequency.
 ```
 Collections.sort(wordList, new Comparator<String>() {