diff --git a/README.md b/README.md
index 5da4e9f..9a3781c 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,7 @@ LCD driver for the Raspberry PI Installation
Update:
-----------------------------------------------------
v1.2-20170302
- NOTE:
- if you are using the newest Raspbian version:2017-03-02
- you need to additional excute this two command bellow after Step1,2,3 excuted,
- if not so,the Resistive touch to reverse or cannot be calibrated.
- This additional two command bellow just for Raspbian-2017-03-02:
-```sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb```
-```sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf```
-
+ Add xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb to support Raspbian-2017-03-02
Update:
-----------------------------------------------------
v1.1-20160815
@@ -50,6 +43,14 @@ In case of 7inch(C)-1024X600 RPI LCD
If you need to switch back to the traditional HDMI display
```sudo ./LCD-hdmi```
-4.) Wait a few minutes,the system will restart automaticall , enjoy with your LCD.
-======================================================================================
+Wait a few minutes,the system will restart automaticall , enjoy with your LCD.
+
+ NOTE:
+ if you are using the newest Raspbian version:2017-03-02
+ you need to additional excute this two command bellow after Step1,2,3 excuted,
+ if not so,the Resistive touch to reverse or cannot be calibrated.
+ This additional command bellow is just for Raspbian-2017-03-02:
+ ```cd LCD-show/```
+```sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb```
+```sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf```