diff --git a/README.md b/README.md
index 67126c4..376c91f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,21 @@
-# IRbaby-Firmware
+# IRIS Kit
-## 编译环境搭建
-1. 使用 VScode 打开 `iris-chipkit` 文件夹。
-2. 使用 VScode 下载安装 PlatformIO IDE 插件。
-3. 安装 ESP8266 SDK。
-4. 编译上传固件。
+IRIS Kit is an opensource module of IRIS with IR remote control emitter and receiver. It helps you to do the prototype verification of your smart hardware product.
-## 说明
-1. 固件应区分 flash 大小。ESP01 模组为 1m flash 所以只能烧录 1m 的固件。
-2. 固件的上位机为 [IRbaby-android](https://github.com/Caffreyfans/IRbaby-android/releases/download/0.9/IRbaby.apk)。
\ No newline at end of file
+## Connection
+
+
+## Development
+To develop with IRIS Kit, clone this repo and open the source code directory with VSCode and PlatformIO plugin.
+
+## Firmware
+To flash the official firmware, download the binary file from SDK and Database, and flash with Espressif Download Flash Tool.
+
+Choose ESP8285 (ESP-01M) and select the firmware bin to flash to your COM port.
+
+
+
+
+
+## How to use
+Please refer to IRIS-Kit document.