diff --git a/README-ja.md b/README-ja.md
index 4ad0fdf..2f7d41a 100644
--- a/README-ja.md
+++ b/README-ja.md
@@ -33,6 +33,11 @@ __Livewire CSV__ はLaravel [Livewire](https://laravel-livewire.com)を使って
![csvimport](https://user-images.githubusercontent.com/7894265/197446673-b9d4a151-7dc5-4763-a49b-eeb6eb0edd90.gif)
+> **ワンポイントアドバイス:**
+>
+> このパッケージはDBの`upsert`機能を使ってデータを更新します
+> 詳しくは[CSV Importerコンポーネントについて](#csv-importerコンポーネントについて)を参照願います🫡
+
## インストール方法
diff --git a/README.md b/README.md
index b054620..d927758 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ __Livewire CSV__ Package is a package created on top of Laravel [livewire](https
![csvimport](https://user-images.githubusercontent.com/7894265/197446526-dea415cb-eca9-4b3e-bd37-d4ea53ea5ed4.gif)
+> **Note:**
+>
+> This package uses database `UPSERT` command behind to update (or create) your data.
+> Please refere to [CSV Importer Component](#csv-importer-component) for detailed description 🫡
## Installation