diff --git a/README.md b/README.md
index 9166c14..7fb6c9d 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,28 @@
# ArdSCSino-stm32
-ArdSCSino-stm32 とは たんぼ(TNB製作所)(https://twitter.com/h_koma2) さんが作成した ArdSCSino のSTM32版です
-ArdSCSino とは SCSIデバイス(ハードディスク)を arduino で再現するハードウエアです。
-許可を頂いて公開することになりました。
+ArdSCSino-stm32 is the STM32 version of ArdSCSino created by Tambo (TNB Seisakusho) (https://twitter.com/h_koma2)
+ArdSCSino is hardware that reproduces SCSI devices (hard disks) with arduino.
+We will publish it with permission.
-# Setup
-* Arduino Software (IDE) V1.8.8 を使用しています。
+#Setup
+* I am using Arduino Software (IDE) V1.8.8.
- ツール->ボード->ボードマネージャー->検索のフィルター
- 「Arduino SAMボード(32ビットARM Cortex-M3)」の検索とインストール
- ボード「Generic STM32F103Cシリーズ」を選択
+Tools-> Boards-> Board Manager-> Search Filters
+Search and install "Arduino SAM board (32-bit ARM Cortex-M3)"
+Select the board "Generic STM32F103C series"
- ライブラリとして以下を使用しています。
+I am using the following as a library.
- SDFAT (https://github.com/greiman/SdFat)
+SDFAT (https://github.com/greiman/SdFat)
- Arduino_STM32(https://github.com/rogerclarkmelbourne/Arduino_STM32/releases/tag/v1.0.0)
+Arduino_STM32 (https://github.com/rogerclarkmelbourne/Arduino_STM32/releases/tag/v1.0.0)
- マイクロSDCARDアダプタとして以下を使用しています。
+I am using the following as a micro SD CARD adapter.
- ArdSCSIno V1
- Arduino SPIマイクロSDアダプター6PINと互換性のあるマイクロSD TFカードメモリシールドモジュール
+* ArdSCSIno V1
- ArdSCSIno V2
- Hirose DM3AT-SF-PEJM5
+Arduino SPI Micro SD Adapter 6PIN Compatible Micro SD TF Card Memory Shield Module
+
+* ArdSCSIno V2
+
+Hirose DM3AT-SF-PEJM5
\ No newline at end of file