diff --git a/docs/en/base/btc_base.md b/docs/en/base/btc_base.md
index 4bccef68..f52545a9 100644
--- a/docs/en/base/btc_base.md
+++ b/docs/en/base/btc_base.md
@@ -1,4 +1,4 @@
-# M5Stack BTC Module
+# BTC Base
diff --git a/docs/ja/README.md b/docs/ja/README.md
index bc103ff0..6222415c 100644
--- a/docs/ja/README.md
+++ b/docs/ja/README.md
@@ -48,7 +48,7 @@
-[](ja/base/lan_base) [](ja/base/node_base)
+[](ja/base/lan_base) [](ja/base/node_base) [](zh_CN/base/btc_base)
diff --git a/docs/ja/module/btc.md b/docs/ja/module/btc.md
index 07519349..2a9abb7c 100644
--- a/docs/ja/module/btc.md
+++ b/docs/ja/module/btc.md
@@ -1,4 +1,4 @@
-# BTC モジュール
+# BTC ベース
@@ -41,15 +41,13 @@
-## ドキュメント
-
-- **ウェブサイト**
-
-- [サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12)
-
## サンプルコード
```arduino
+/*
+ Example for DHT12 Sensor
+*/
+
#include
#include "DHT12.h"
#include //The DHT12 uses I2C comunication.
@@ -75,4 +73,4 @@ void loop() {
}
```
-特定の `BTC.ino`, click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino) please.
\ No newline at end of file
+特定の `BTC.ino`, クリック[ここで](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino).
\ No newline at end of file